summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/call-push.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/call-push.ll')
-rw-r--r--test/CodeGen/X86/call-push.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/call-push.ll b/test/CodeGen/X86/call-push.ll
index ad9b796a85d..7bae5cd2464 100644
--- a/test/CodeGen/X86/call-push.ll
+++ b/test/CodeGen/X86/call-push.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -disable-fp-elim | grep subl | count 1
+; RUN: llc < %s -march=x86 -disable-fp-elim | grep subl | count 1
%struct.decode_t = type { i8, i8, i8, i8, i16, i8, i8, %struct.range_t** }
%struct.range_t = type { float, float, i32, i32, i32, [0 x i8] }