switch MarkAliveBlocks over to using SmallPtrSet instead of std::set, speeding
[oota-llvm.git] / lib / Transforms / IPO / StripDeadPrototypes.cpp
2007-02-18 Chris Lattnerfix comment
2007-02-18 Chris Lattnersimplify pass, delete dead gvar protos as well.
2007-02-05 Reid SpencerAdd missing and needed #include.
2007-02-05 Reid SpencerMake the class VISIBILITY_HIDDEN.
2007-02-05 Reid SpencerCreate a pass to strip dead function declarations ...