1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/AsmParser
Chris Lattner a3cf123e86 strength reduce a ton of type equality tests to check the typeid (Through
the new predicates I added) instead of going through a context and doing a
pointer comparison.  Besides being cheaper, this allows a smart compiler
to turn the if sequence into a switch.

llvm-svn: 83297
2009-10-05 05:54:46 +00:00
..
CMakeLists.txt
LLLexer.cpp Parse custom metadata attached with an instruction. 2009-09-29 00:01:14 +00:00
LLLexer.h
LLParser.cpp strength reduce a ton of type equality tests to check the typeid (Through 2009-10-05 05:54:46 +00:00
LLParser.h Parse custom metadata attached with an instruction. 2009-09-29 00:01:14 +00:00
LLToken.h Parse custom metadata attached with an instruction. 2009-09-29 00:01:14 +00:00
Makefile
Parser.cpp