summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll')
-rw-r--r--llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll b/llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll
index 16d7a1654d9..3e8857f37cb 100644
--- a/llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll
+++ b/llvm/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) {
OpenPOWER on IntegriCloud