test/CodeGen/X86/red-zone.ll: Add explicit -mtriple=x86_64-linux.
[oota-llvm.git] / test / CodeGen / PowerPC / store-load-fwd.ll
index 5cc478448ff78faad1b7b3dbdddd5169c9b53d03..25663c1ac68eceeb67ff9cab09705724d99a20df 100644 (file)
@@ -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