Add testcase for r63142.
[oota-llvm.git] / test / CodeGen / X86 / 2007-02-04-OrAddrMode.ll
index 05114d1bff686601b46ca847c8a5da60829cf590..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) {