summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2004-03-30-Select-Max.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2004-03-30-Select-Max.ll')
-rw-r--r--test/CodeGen/X86/2004-03-30-Select-Max.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2004-03-30-Select-Max.ll b/test/CodeGen/X86/2004-03-30-Select-Max.ll
index 5021fd89dfe..b6631b62118 100644
--- a/test/CodeGen/X86/2004-03-30-Select-Max.ll
+++ b/test/CodeGen/X86/2004-03-30-Select-Max.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep {j\[lgbe\]}
+; RUN: llc < %s -march=x86 | not grep {j\[lgbe\]}
define i32 @max(i32 %A, i32 %B) {
%gt = icmp sgt i32 %A, %B ; <i1> [#uses=1]