For PR1319:
[oota-llvm.git] / test / Transforms / InstCombine / sub.ll
index 5d9cab929af82b098ff905d584617eff404cd90d..dfee31253fa3c53b8fbefc33b3a3e5ee547e8ec8 100644 (file)
@@ -1,8 +1,7 @@
 ; This test makes sure that these instructions are properly eliminated.
 ;
-
 ; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \
-; RUN:   grep -v 'sub i32 %Cok, %Bok' | not grep sub
+; RUN:   grep -v {sub i32 %Cok, %Bok} | not grep sub
 
 implementation