[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / Inline / inline_prune.ll
index 658a422540aeba03847354c9e5f93c9addce8ce6..4c1574d83cf058f369c490dbc0ba42c43113c136 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: opt < %s -inline -S | \
-; RUN:    not grep {callee\[12\](}
+; RUN:    not grep "callee[12]("
 ; RUN: opt < %s -inline -S | not grep mul
 
 define internal i32 @callee1(i32 %A, i32 %B) {