Fix comment typo.
[oota-llvm.git] / lib / VMCore / PrintModulePass.cpp
2010-01-05 David GreeneChange errs() to dbgs().
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-04-20 Dan GohmanIt's not necessary for PrintModulePass to flush the...
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2008-10-22 Daniel DunbarMove Print*Pass to use raw_ostream.
2008-10-21 Daniel DunbarPrivatize PrintModulePass and PrintFunctionPass and add