[llvm-commits] CVS: llvm/test/Feature/fold-fpcast.ll

Reid Spencer reid at x10sys.com
Wed Apr 11 05:04:51 PDT 2007



Changes in directory llvm/test/Feature:

fold-fpcast.ll updated: 1.1 -> 1.2
---
Log message:

Fix to not give false positives.


---
Diffs of the changes:  (+2 -1)

 fold-fpcast.ll |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/test/Feature/fold-fpcast.ll
diff -u llvm/test/Feature/fold-fpcast.ll:1.1 llvm/test/Feature/fold-fpcast.ll:1.2
--- llvm/test/Feature/fold-fpcast.ll:1.1	Mon Dec 11 15:25:10 2006
+++ llvm/test/Feature/fold-fpcast.ll	Wed Apr 11 07:04:33 2007
@@ -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)






More information about the llvm-commits mailing list