Fixes a nasty dag combiner bug that causes a bunch of tests to fail at -O0.
[oota-llvm.git] / lib / CodeGen / MachineRegisterInfo.cpp
2008-01-01 Chris Lattnerswitch the register iterator to act more like hte LLVM...
2008-01-01 Chris LattnerAdd a trivial but handy function to efficiently return...
2008-01-01 Chris LattnerImplement automatically updated def/use lists for all...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...