Fix to not give false positives.
authorReid Spencer <rspencer@reidspencer.com>
Wed, 11 Apr 2007 12:04:33 +0000 (12:04 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 11 Apr 2007 12:04:33 +0000 (12:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35895 91177308-0d34-0410-b5e6-96231b3b80d8

test/Feature/fold-fpcast.ll

index cb93ef8c823808345b5f2d15117a38aacb624cd1..0d975d4f7687c90a0e025d0475b0d5dc400a21f1 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | llvm-dis | not grep bitcast
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis -o /dev/null && 
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep bitcast
 
 int %test1() {
    ret int bitcast(float 3.7 to int)