X86: Fix conflict over ESI between base register and rep;movsl
[oota-llvm.git] / test / CodeGen / PowerPC / or-addressing-mode.ll
index 9b6e9551bf047428fd742e280e67ef015e6076c9..e50374e3069612b901e0d9a46edd41d3619fb359 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin8 | not grep ori
-; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin8 | not grep rlwimi
+; RUN: llc < %s -mtriple=powerpc-apple-darwin8 | not grep ori
+; RUN: llc < %s -mtriple=powerpc-apple-darwin8 | not grep rlwimi
 
 define i32 @test1(i8* %P) {
         %tmp.2.i = ptrtoint i8* %P to i32               ; <i32> [#uses=2]