summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/sub.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-14 20:13:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-14 20:13:02 +0000
commit91948d4cad557dea2c1c42224dd7c850ed6ed825 (patch)
tree3d9936e91c71369d1854ad7edc1bb696e5d16ba1 /llvm/test/Transforms/InstCombine/sub.ll
parentbe88bc4cb43c36fe62e6a22aa55c5a531393efc6 (diff)
downloadbcm5719-llvm-91948d4cad557dea2c1c42224dd7c850ed6ed825.tar.gz
bcm5719-llvm-91948d4cad557dea2c1c42224dd7c850ed6ed825.zip
For PR1319:
Upgrade tests to work with new llvm.exp version of llvm_runtest. llvm-svn: 36013
Diffstat (limited to 'llvm/test/Transforms/InstCombine/sub.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/sub.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Transforms/InstCombine/sub.ll b/llvm/test/Transforms/InstCombine/sub.ll
index 5d9cab929af..dfee31253fa 100644
--- a/llvm/test/Transforms/InstCombine/sub.ll
+++ b/llvm/test/Transforms/InstCombine/sub.ll
@@ -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
OpenPOWER on IntegriCloud