This test needs to be upgraded.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 8 Dec 2006 17:39:49 +0000 (17:39 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 8 Dec 2006 17:39:49 +0000 (17:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32359 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll

index db4735d0b629c51d4dabd8a30658c7676eb67717..88c4cc43153f6130c200d4fb2ee58f40e91c792f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s| opt -instcombine | llvm-dis | grep 'ret bool false'
+; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep 'ret bool false'
 bool %test(bool %V) {
        %Y = setlt bool %V, false
        ret bool %Y