aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll')
-rw-r--r--test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll b/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll
index 16d7a16..3e8857f 100644
--- a/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll
+++ b/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep je | count 3
-; RUN: llvm-as < %s | llc -march=x86-64 | grep 4297064449
+; RUN: llc < %s -march=x86 | grep je | count 3
+; RUN: llc < %s -march=x86-64 | grep 4297064449
; PR 1325+
define i32 @foo(i8 %bar) {