[llvm-commits] CVS: llvm/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx

Reid Spencer reid at x10sys.com
Thu Mar 29 18:35:49 PDT 2007



Changes in directory llvm/test/Assembler:

2003-12-30-TypeMapInvalidMemory.llx updated: 1.8 -> 1.9
---
Log message:

For PR1289: http://llvm.org/PR1289 :
Remove an unneeded instance of "implementation" that soon won't be supported.


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

 2003-12-30-TypeMapInvalidMemory.llx |    4 +---
 1 files changed, 1 insertion(+), 3 deletions(-)


Index: llvm/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx
diff -u llvm/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx:1.8 llvm/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx:1.9
--- llvm/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx:1.8	Thu Mar 29 13:56:58 2007
+++ llvm/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx	Thu Mar 29 20:35:32 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-as  2>&1 < %s -o /dev/null -f | grep 'Reference to an undef'
+; RUN: llvm-as  2>&1 < %s -o /dev/null -f | grep 'Undefined type remains'
 
 @d_reduction_0_dparser_gram = global { 
   i32 (i8*, i8**, i32, i32, { 
@@ -52,5 +52,3 @@
                 %struct.ParseNode_User }*)*, %struct.d_loc_t, i32, i32, i32, 
                 i32, i32, i32, i32, i32, i32, i32, i32, i32 }*)** null 
         }
-
-implementation






More information about the llvm-commits mailing list