For PR1319:
Upgrade tests to work with new llvm.exp version of llvm_runtest.
llvm-svn: 36013
diff --git a/llvm/test/Transforms/InstCombine/signext.ll b/llvm/test/Transforms/InstCombine/signext.ll
index 88f7b02..d754260 100644
--- a/llvm/test/Transforms/InstCombine/signext.ll
+++ b/llvm/test/Transforms/InstCombine/signext.ll
@@ -1,6 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -disable-output &&
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \
-; RUN: not grep '(and\|xor\|add\|shl\|shr)'
+; RUN: not grep {(and\|xor\|add\|shl\|shr)}
int %test1(int %x) {
%tmp.1 = and int %x, 65535 ; <int> [#uses=1]