llvm with tablegen backend for capstone disassembler
Go to file
Dan Gohman 73caf5ff10 Change PMTopLevelManager's PassManagers vector element type from
Pass* to PMDataManager*. PMDataManager is more specific than Pass,
so this more accurately describes the objects that are being stored.

This eliminates the need for several dynamic_casts to PMDataManager*.
It does introduce one dynamic_cast though, in dumpPasses(). Give
this one a comment describing why a dynamic_cast is being used.

llvm-svn: 48315
2008-03-13 01:48:32 +00:00
clang Two fixes to RewriteTest::RewriteObjCIvarRefExpr(): 2008-03-12 23:15:19 +00:00
llvm Change PMTopLevelManager's PassManagers vector element type from 2008-03-13 01:48:32 +00:00