From 9430832d0e790f3ec0f46f02ed1b359c18a88c2f Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 28 Mar 2007 03:23:22 +0000 Subject: [PATCH] Delete the remanant of an obsolete comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35415 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2002-05-02-ParseError.ll | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/Assembler/2002-05-02-ParseError.ll b/test/Assembler/2002-05-02-ParseError.ll index a5bd309a696..b198edfd31f 100644 --- a/test/Assembler/2002-05-02-ParseError.ll +++ b/test/Assembler/2002-05-02-ParseError.ll @@ -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() { -- 2.34.1