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