llvm-6502/lib/Analysis/IPA
Owen Anderson 9ccaf53ada Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static
ID member as the sole unique type identifier.  Clean up APIs related to this change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110396 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-05 23:42:04 +00:00
..
CallGraph.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
CallGraphSCCPass.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
CMakeLists.txt Update CMake build. 2010-03-01 19:42:47 +00:00
FindUsedTypes.cpp Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisGroup<> for pass registration. 2010-07-21 23:07:00 +00:00
GlobalsModRef.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00