aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-28 03:23:22 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-28 03:23:22 +0000
commit9430832d0e790f3ec0f46f02ed1b359c18a88c2f (patch)
tree79e0cf6e70b521cabea8a4f2c34fecab08254a50 /test/Assembler
parentb32c00603b517cf41646db5306ff2bbaf8beca1b (diff)
downloadexternal_llvm-9430832d0e790f3ec0f46f02ed1b359c18a88c2f.zip
external_llvm-9430832d0e790f3ec0f46f02ed1b359c18a88c2f.tar.gz
external_llvm-9430832d0e790f3ec0f46f02ed1b359c18a88c2f.tar.bz2
Delete the remanant of an obsolete comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35415 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/2002-05-02-ParseError.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Assembler/2002-05-02-ParseError.ll b/test/Assembler/2002-05-02-ParseError.ll
index a5bd309..b198edf 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() {