[llvm-commits] CVS: llvm/test/Assembler/2002-05-02-ParseError.ll

Reid Spencer reid at x10sys.com
Tue Mar 27 20:23:39 PDT 2007



Changes in directory llvm/test/Assembler:

2002-05-02-ParseError.ll updated: 1.10 -> 1.11
---
Log message:

Delete the remanant of an obsolete comment.


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

 2002-05-02-ParseError.ll |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/test/Assembler/2002-05-02-ParseError.ll
diff -u llvm/test/Assembler/2002-05-02-ParseError.ll:1.10 llvm/test/Assembler/2002-05-02-ParseError.ll:1.11
--- llvm/test/Assembler/2002-05-02-ParseError.ll:1.10	Tue Mar 27 21:38:26 2007
+++ llvm/test/Assembler/2002-05-02-ParseError.ll	Tue Mar 27 22:23:22 2007
@@ -1,7 +1,5 @@
 ; RUN: llvm-as %s -o /dev/null -f
 
-; based parser doesn't have the required 2 token lookahead...
-
 %T = type i32 *
 
 define %T @test() {






More information about the llvm-commits mailing list