[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / InstCombine / add-shrink.ll
index cc5747866311a42daf08e6175c37169c2a4e65f5..3edb392ed184f2e5dfa8bf9147f773bf18ad3f60 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {add nsw i32}
+; RUN: opt < %s -instcombine -S | grep "add nsw i32"
 ; RUN: opt < %s -instcombine -S | grep sext | count 1
 
 ; Should only have one sext and the add should be i32 instead of i64.