summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/signed-comparison.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/signed-comparison.ll')
-rw-r--r--test/Transforms/InstCombine/signed-comparison.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/signed-comparison.ll b/test/Transforms/InstCombine/signed-comparison.ll
index 9a08c64..ab0e7e7 100644
--- a/test/Transforms/InstCombine/signed-comparison.ll
+++ b/test/Transforms/InstCombine/signed-comparison.ll
@@ -1,7 +1,7 @@
; RUN: opt < %s -instcombine -S > %t
; RUN: not grep zext %t
; RUN: not grep slt %t
-; RUN: grep {icmp ult} %t
+; RUN: grep "icmp ult" %t
; Instcombine should convert the zext+slt into a simple ult.