stop accepting begin/end around function bodies in the .ll parser, this isn't pascal...
authorChris Lattner <sabre@nondot.org>
Fri, 17 Jun 2011 06:42:57 +0000 (06:42 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 17 Jun 2011 06:42:57 +0000 (06:42 +0000)
commit6b7c89ee096146aefebc245c7d8741b69786655a
tree899a24b59687a5be1ef36c70dfc8283b04dd4a22
parent7a1b9bdd2b837b15c9213cdaf89cacc977e4600e
stop accepting begin/end around function bodies in the .ll parser, this isn't pascal anymore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133244 91177308-0d34-0410-b5e6-96231b3b80d8
27 files changed:
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
test/Integer/BitArith.ll [deleted file]
test/Integer/BitBit.ll [deleted file]
test/Integer/BitCast.ll [deleted file]
test/Integer/BitIcmp.ll [deleted file]
test/Integer/BitMisc.ll [deleted file]
test/Integer/cfgstructures_bt.ll [deleted file]
test/Integer/forwardreftest_bt.ll [deleted file]
test/Integer/globalvars_bt.ll [deleted file]
test/Integer/indirectcall2_bt.ll [deleted file]
test/Integer/indirectcall_bt.ll [deleted file]
test/Integer/prototype_bt.ll [deleted file]
test/Integer/recursivetype_bt.ll [deleted file]
test/Integer/simplecalltest_bt.ll [deleted file]
test/Integer/small_bt.ll [deleted file]
test/Integer/testalloca_bt.ll [deleted file]
test/Integer/testarith_bt.ll [deleted file]
test/Integer/testconstants_bt.ll [deleted file]
test/Integer/testicmp_bt.ll [deleted file]
test/Integer/testlogical_bt.ll [deleted file]
test/Integer/testlogical_new_bt.ll [deleted file]
test/Integer/testswitch_bt.ll [deleted file]
test/Integer/testvarargs_bt.ll [deleted file]
test/Transforms/ADCE/2002-01-31-UseStuckAround.ll
test/Verifier/2002-04-13-RetTypes.ll