Changes in directory llvm/test/Regression/Assembler:

2004-11-28-InvalidTypeCrash.ll updated: 1.2 -> 1.3
---
Log message:

For PR1070: http://llvm.org/PR1070 :
Tweak the RUN: lines of these tests to accommodate the renaming of 
variables done by llvm-upgrade. The renaming occurs as a result of avoiding
name collisons for collapsed type planes. Conflicting names have a .u
(unsigned) or .s (signed) suffix added. This patch updates the grep
expression to accommodate the new names.


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

 2004-11-28-InvalidTypeCrash.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/Assembler/2004-11-28-InvalidTypeCrash.ll
diff -u llvm/test/Regression/Assembler/2004-11-28-InvalidTypeCrash.ll:1.2 
llvm/test/Regression/Assembler/2004-11-28-InvalidTypeCrash.ll:1.3
--- llvm/test/Regression/Assembler/2004-11-28-InvalidTypeCrash.ll:1.2   Sat Dec 
 2 14:34:08 2006
+++ llvm/test/Regression/Assembler/2004-11-28-InvalidTypeCrash.ll       Mon Jan 
 1 23:55:05 2007
@@ -1,3 +1,3 @@
-; RUN: (llvm-upgrade < %s | llvm-as -o /dev/null -f) 2>&1 | grep 'Cannot 
create a'
+; RUN: (llvm-upgrade < %s | llvm-as -o /dev/null -f) 2>&1 | grep 'Cannot 
resolve type'
 ; Test for PR463.  This program is erroneous, but should not crash llvm-as.
 %.FOO  = internal global %struct.none zeroinitializer



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to