llvm-6502/lib/AsmParser
Chris Lattner f7240de877 turn an assert into a proper check, fixing crash on invalid here:
$ llvm-as t.ll
llvm-as: t.ll:1:6: error: expected 'type' after '='
%0 = = type { i32, float, float, double }
     ^

PR6810.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100934 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-10 18:01:25 +00:00
..
CMakeLists.txt
LLLexer.cpp
LLLexer.h
LLParser.cpp
LLParser.h
LLToken.h
Makefile
Parser.cpp