llvm-6502/lib
Chris Lattner 45d8b917be Change usage of isPointerType to use isa
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2487 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-06 16:15:49 +00:00
..
Analysis Replace all usages of Type::isPointerType with isa<PointerType> 2002-05-06 16:15:30 +00:00
AsmParser Replace all usages of Type::isPointerType with isa<PointerType> 2002-05-06 16:15:30 +00:00
Bytecode Replace all usages of Type::isPointerType with isa<PointerType> 2002-05-06 16:15:30 +00:00
CodeGen Replace all usages of Type::isPointerType with isa<PointerType> 2002-05-06 16:15:30 +00:00
ExecutionEngine Change usage of isPointerType to use isa 2002-05-06 16:15:49 +00:00
Linker
Support Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
Target Replace all usages of Type::isPointerType with isa<PointerType> 2002-05-06 16:15:30 +00:00
Transforms Add many more instruction combination simplifications 2002-05-06 16:14:14 +00:00
VMCore Replace all usages of Type::isPointerType with isa<PointerType> 2002-05-06 16:15:30 +00:00
Makefile