Fix an "already-upgraded" test that llvm.exp found.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 14 Apr 2007 18:26:02 +0000 (18:26 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 14 Apr 2007 18:26:02 +0000 (18:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36003 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/apint-binop-cast.ll

index 3198a8ac8d9d856e0d56a847328ea3daceba01bd..d6e096d8cfef6aa16259a47fb9ab2dad1cea6cfa 100644 (file)
@@ -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