[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / InstCombine / apint-sub.ll
index 8b9ff143ea4e2fe83a25d09b61b55cfa29037ef5..df8ec52b5abd85e4c0185c3a89e699084b314489 100644 (file)
@@ -3,7 +3,7 @@
 ;
 
 ; RUN: opt < %s -instcombine -S | \
-; RUN:   grep -v {sub i19 %Cok, %Bok} | grep -v {sub i25 0, %Aok} | not grep sub
+; RUN:   grep -v "sub i19 %Cok, %Bok" | grep -v "sub i25 0, %Aok" | not grep sub
 ; END.
 
 define i23 @test1(i23 %A) {