Fixes a bug in finding the upcoming store/conditional branch instruction
[oota-llvm.git] / lib / CodeGen / MachineCSE.cpp
2010-03-03 Evan ChengMachine CSE work in progress. It's doing some CSE now...
2010-03-03 Evan ChengWork in progress. Finding some cse now.
2010-03-02 Evan ChengFix typo.
2010-03-02 Evan ChengAdd skeleton of a machine level cse pass.