summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/subc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/subc.ll')
-rw-r--r--test/CodeGen/PowerPC/subc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/subc.ll b/test/CodeGen/PowerPC/subc.ll
index 17220743ce..5914dcad94 100644
--- a/test/CodeGen/PowerPC/subc.ll
+++ b/test/CodeGen/PowerPC/subc.ll
@@ -1,5 +1,5 @@
; All of these should be codegen'd without loading immediates
-; RUN: llvm-as < %s | llc -march=ppc32 -o %t
+; RUN: llc < %s -march=ppc32 -o %t
; RUN: grep subfc %t | count 1
; RUN: grep subfe %t | count 1
; RUN: grep subfze %t | count 1