Remove duplicated #include.
[oota-llvm.git] / lib / CodeGen / MachineFunctionAnalysis.cpp
2010-01-26 Chris Lattnermake MachineFunction keep track of its ID and make
2009-11-09 Dan GohmanConstify MachineFunctionAnalysis' TargetMachine reference.
2009-10-12 Chris LattnerFix PR5087, patch by Jakub Staszak!
2009-08-01 Dan GohmanGive MachineFunctionAnalysis a destructor so it can...
2009-07-31 Dan GohmanReapply r77654 with a fix: MachineFunctionPass's getAna...
2009-07-31 Daniel DunbarRevert r77654, it appears to be causing llvm-gcc bootst...
2009-07-31 Dan GohmanManage MachineFunctions with an analysis Pass instead...