[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / InstCombine / 2004-09-20-BadLoadCombine.ll
index 8169d2127f7faa99add6603ed154fa68f87565b7..d17db8d7eac2083e54bb4072498d88a05fa36f26 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: opt < %s -instcombine -mem2reg -S | \
-; RUN:   not grep {i32 1}
+; RUN:   not grep "i32 1"
 
 ; When propagating the load through the select, make sure that the load is
 ; inserted where the original load was, not where the select is.  Not doing