summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-14 18:26:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-14 18:26:02 +0000
commit0c0fe0afa748afc54ecef26d1501ecc70d960f43 (patch)
tree0c064b41ac69181711dff5c02543cf72e7aee5d0 /llvm/test/Transforms
parent6f58839b205d08464517c48e30fb77715ba059db (diff)
downloadbcm5719-llvm-0c0fe0afa748afc54ecef26d1501ecc70d960f43.tar.gz
bcm5719-llvm-0c0fe0afa748afc54ecef26d1501ecc70d960f43.zip
Fix an "already-upgraded" test that llvm.exp found.
llvm-svn: 36003
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/InstCombine/apint-binop-cast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/apint-binop-cast.ll b/llvm/test/Transforms/InstCombine/apint-binop-cast.ll
index 3198a8ac8d9..d6e096d8cfe 100644
--- a/llvm/test/Transforms/InstCombine/apint-binop-cast.ll
+++ b/llvm/test/Transforms/InstCombine/apint-binop-cast.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | notcast
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | notcast
define i47 @testAdd(i31 %X, i31 %Y) {
%tmp = add i31 %X, %Y
OpenPOWER on IntegriCloud