1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/AsmParser
Duncan Sands e9a13a3c60 Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some
methods to try to have the type predicates be more logically positioned.

llvm-svn: 96349
2010-02-16 14:50:09 +00:00
..
CMakeLists.txt
LLLexer.cpp Add support for a union type in LLVM IR. Patch by Talin! 2010-02-12 20:49:41 +00:00
LLLexer.h
LLParser.cpp Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some 2010-02-16 14:50:09 +00:00
LLParser.h Add support for a union type in LLVM IR. Patch by Talin! 2010-02-12 20:49:41 +00:00
LLToken.h Add support for a union type in LLVM IR. Patch by Talin! 2010-02-12 20:49:41 +00:00
Makefile
Parser.cpp