[llvm-commits] CVS: llvm/test/Regression/Analysis/LoadVN/casts.ll

Reid Spencer reid at x10sys.com
Fri Dec 29 12:02:27 PST 2006



Changes in directory llvm/test/Regression/Analysis/LoadVN:

casts.ll updated: 1.1 -> 1.2
---
Log message:

Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.


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

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


Index: llvm/test/Regression/Analysis/LoadVN/casts.ll
diff -u llvm/test/Regression/Analysis/LoadVN/casts.ll:1.1 llvm/test/Regression/Analysis/LoadVN/casts.ll:1.2
--- llvm/test/Regression/Analysis/LoadVN/casts.ll:1.1	Sun Nov 26 19:05:10 2006
+++ llvm/test/Regression/Analysis/LoadVN/casts.ll	Fri Dec 29 14:01:32 2006
@@ -1,6 +1,7 @@
 ; Check to make sure that Value Numbering doesn't merge casts of different
 ; flavors.
-; RUN: llvm-as < %s | opt -load-vn -gcse | llvm-dis | grep '[sz]ext' | wc -l | grep 2
+; RUN: llvm-upgrade < %s | llvm-as | opt -load-vn -gcse | llvm-dis | \
+; RUN: grep '[sz]ext' | wc -l | grep 2
 
 declare void %external(int)
 






More information about the llvm-commits mailing list