summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/compare-duplicate.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/compare-duplicate.ll')
-rw-r--r--test/CodeGen/PowerPC/compare-duplicate.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/compare-duplicate.ll b/test/CodeGen/PowerPC/compare-duplicate.ll
index df2dfdc17b..f5108c37a8 100644
--- a/test/CodeGen/PowerPC/compare-duplicate.ll
+++ b/test/CodeGen/PowerPC/compare-duplicate.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin8 | not grep slwi
+; RUN: llc < %s -mtriple=powerpc-apple-darwin8 | not grep slwi
define i32 @test(i32 %A, i32 %B) {
%C = sub i32 %B, %A