diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-14 18:26:02 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-14 18:26:02 +0000 |
commit | 60e9ff8d61be82b80216d2d65283897e6bf82658 (patch) | |
tree | 6caf5b1eb9bc64ddd49946a61253a9c3b60b7a0c | |
parent | ae143ceb83e4247a59315304163d886faf7331b0 (diff) |
Fix an "already-upgraded" test that llvm.exp found.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36003 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/InstCombine/apint-binop-cast.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/apint-binop-cast.ll b/test/Transforms/InstCombine/apint-binop-cast.ll index 3198a8ac8d..d6e096d8cf 100644 --- a/test/Transforms/InstCombine/apint-binop-cast.ll +++ b/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 |