Fixes to type conversion stuff to match induction variables more frequently
[oota-llvm.git] / lib / Transforms / HoistPHIConstants.cpp
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-12 Ruchira SasankaChanged insert instructions only for CONSTANTS - back...
2001-11-08 Vikram S. AdveBug fix: cannot modify Phi operands while iterating...
2001-11-03 Ruchira SasankaCommented out code so that copies are inserted for...
2001-10-18 Chris LattnerConvert to new simpler pass itf
2001-10-15 Chris LattnerAdd new Pass infrastructure and some examples