summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/addc-fold2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/addc-fold2.ll')
-rw-r--r--test/CodeGen/Generic/addc-fold2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Generic/addc-fold2.ll b/test/CodeGen/Generic/addc-fold2.ll
index 8f3cdd0793d4b..34f5ac1b9814e 100644
--- a/test/CodeGen/Generic/addc-fold2.ll
+++ b/test/CodeGen/Generic/addc-fold2.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep add
-; RUN: llvm-as < %s | llc -march=x86 | not grep adc
+; RUN: llc < %s -march=x86 | grep add
+; RUN: llc < %s -march=x86 | not grep adc
define i64 @test(i64 %A, i32 %B) {
%tmp12 = zext i32 %B to i64 ; <i64> [#uses=1]