summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/store-load-fwd.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/store-load-fwd.ll')
-rw-r--r--test/CodeGen/PowerPC/store-load-fwd.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/store-load-fwd.ll b/test/CodeGen/PowerPC/store-load-fwd.ll
index 5cc4784..25663c1 100644
--- a/test/CodeGen/PowerPC/store-load-fwd.ll
+++ b/test/CodeGen/PowerPC/store-load-fwd.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | not grep lwz
+; RUN: llc < %s -march=ppc32 | not grep lwz
define i32 @test(i32* %P) {
store i32 1, i32* %P
OpenPOWER on IntegriCloud