[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / InstCombine / memset.ll
index 7f7bc9f86e1f0edd1387a950d6b8196c071cb7d7..7f02dad58a7a01d0c67b490c3f4b1a24006e2ced 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | not grep {call.*llvm.memset}
+; RUN: opt < %s -instcombine -S | not grep "call.*llvm.memset"
 
 define i32 @main() {
   %target = alloca [1024 x i8]