llvm-6502/lib
Dan Gohman 65bffec2c2 Make dumpPassStructure be a PMDataManager abstraction, rather than
a Pass abstraction, since that's the level it's actually used at.
Rename Pass' dumpPassStructure to dumpPass.

This eliminates an awkward use of getAsPass() to convert a PMDataManager*
into a Pass* just to permit a dumpPassStructure call.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111199 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-16 22:45:12 +00:00
..
Analysis Make dumpPassStructure be a PMDataManager abstraction, rather than 2010-08-16 22:45:12 +00:00
Archive
AsmParser
Bitcode Revert r111082. No warnings for this common pattern. 2010-08-15 10:27:23 +00:00
CodeGen Better handle alignment requirements for local objects in pre-regalloc frame 2010-08-16 22:30:41 +00:00
CompilerDriver
ExecutionEngine
Linker Revert r111082. No warnings for this common pattern. 2010-08-15 10:27:23 +00:00
MC Fixes for generation of ELF relocations. Patch by Roman Divacky. 2010-08-16 21:17:09 +00:00
Support Add hooks to FoldingSetTrait to allow specializations to provide 2010-08-16 15:30:39 +00:00
System
Target Generalize a pattern for PKHTB: an SRL of 16-31 bits will guarantee 2010-08-16 22:26:55 +00:00
Transforms Instead of having CollectSubexpr's categorize operands as interesting or 2010-08-16 15:50:00 +00:00
VMCore Make dumpPassStructure be a PMDataManager abstraction, rather than 2010-08-16 22:45:12 +00:00
Makefile