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 | 0c0fe0afa748afc54ecef26d1501ecc70d960f43 (patch) | |
tree | 0c064b41ac69181711dff5c02543cf72e7aee5d0 /llvm/test | |
parent | 6f58839b205d08464517c48e30fb77715ba059db (diff) | |
download | bcm5719-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')
-rw-r--r-- | llvm/test/Transforms/InstCombine/apint-binop-cast.ll | 2 |
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 |