[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / InstCombine / odr-linkage.ll
index a64ef289a4b6553b9785434b35bf78b8b3f67145..2ce62468dc77db62ad68f6f3d2d07bf75c742f15 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {ret i32 10}
+; RUN: opt < %s -instcombine -S | grep "ret i32 10"
 
 @g1 = available_externally constant i32 1
 @g2 = linkonce_odr constant i32 2
@@ -16,4 +16,4 @@ define i32 @test() {
   %c = add i32 %b, %D
   ret i32 %c
 }
-   
\ No newline at end of file
+