For PR1319:
[oota-llvm.git] / test / CodeGen / X86 / 2007-02-04-OrAddrMode.ll
index 05114d1bff686601b46ca847c8a5da60829cf590..cadba5b0437fd573316950301f4a678011f3f2fc 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 {leal 3(,%eax,8)}
 
 ;; This example can't fold the or into an LEA.
 define i32 @test(float ** %tmp2, i32 %tmp12) {