summaryrefslogtreecommitdiff
path: root/test/458-checker-instruct-simplification/src/Main.java
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2018-04-18 17:27:43 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-04-18 17:27:43 +0000
commit740a50992ea1a200068eb4486a172a151c9b329c (patch)
tree398d9bbd027743a233034d4977821c0275a918e7 /test/458-checker-instruct-simplification/src/Main.java
parent63fe8dc454298852ae31cfc2692108488a58c650 (diff)
parent6d05700c620d2bca95fd046969753f71aa015ab4 (diff)
Merge "Run GVN earlier."
Diffstat (limited to 'test/458-checker-instruct-simplification/src/Main.java')
-rw-r--r--test/458-checker-instruct-simplification/src/Main.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/458-checker-instruct-simplification/src/Main.java b/test/458-checker-instruct-simplification/src/Main.java
index 7797f31867..444b4557ce 100644
--- a/test/458-checker-instruct-simplification/src/Main.java
+++ b/test/458-checker-instruct-simplification/src/Main.java
@@ -2572,7 +2572,7 @@ public class Main {
/// CHECK-DAG: <<Const1:i\d+>> IntConstant 1
/// CHECK-DAG: <<Const255:i\d+>> IntConstant 255
/// CHECK-DAG: <<Select:i\d+>> Select [<<Const0>>,<<Const1>>,<<Arg>>]
- /// CHECK-DAG: <<And:i\d+>> And [<<Const255>>,<<Select>>]
+ /// CHECK-DAG: <<And:i\d+>> And [<<Select>>,<<Const255>>]
/// CHECK-DAG: <<Conv:b\d+>> TypeConversion [<<And>>]
/// CHECK-DAG: Return [<<Conv>>]