Add testcase for r63142.
[oota-llvm.git] / test / CodeGen / X86 / 2007-02-04-OrAddrMode.ll
index cadba5b0437fd573316950301f4a678011f3f2fc..26d3e367195c5ea22d6d0c029f68385db9690c0f 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep {orl \$1, %eax}
-; RUN: llvm-as < %s | llc -march=x86 | grep {leal 3(,%eax,8)}
+; RUN: llvm-as < %s | llc -march=x86 | grep {orl       \$1, %eax}
+; RUN: llvm-as < %s | llc -march=x86 | grep {leal      3(,%eax,8)}
 
 ;; This example can't fold the or into an LEA.
 define i32 @test(float ** %tmp2, i32 %tmp12) {