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

Reid Spencer reid at x10sys.com
Sat Apr 14 02:45:38 PDT 2007



Changes in directory llvm/test/Feature:

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

Fix a missing -f that the new llvm.exp found.


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

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


Index: llvm/test/Feature/fold-fpcast.ll
diff -u llvm/test/Feature/fold-fpcast.ll:1.2 llvm/test/Feature/fold-fpcast.ll:1.3
--- llvm/test/Feature/fold-fpcast.ll:1.2	Wed Apr 11 07:04:33 2007
+++ llvm/test/Feature/fold-fpcast.ll	Sat Apr 14 04:45:16 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llvm-dis -o /dev/null && 
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis -o /dev/null -f &&
 ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep bitcast
 
 int %test1() {






More information about the llvm-commits mailing list