llvm/lib/AsmParser
Chris Lattner 0eb419800a rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind
doesn't exist already, eliminate registerMDKind.  Tidy up a bunch
of random stuff.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92225 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-28 20:45:51 +00:00
..
CMakeLists.txt
LLLexer.cpp Add MSP430 interrupt calling conv. No functionality change yet. 2009-12-07 02:27:35 +00:00
LLLexer.h
LLParser.cpp rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind 2009-12-28 20:45:51 +00:00
LLParser.h Metadata.h doesn't need to include ValueHandle.h anymore. 2009-12-28 08:20:46 +00:00
LLToken.h Add MSP430 interrupt calling conv. No functionality change yet. 2009-12-07 02:27:35 +00:00
Makefile
Parser.cpp