Actually return true when a change has been made
[oota-llvm.git] / lib / Transforms / Scalar / IndVarSimplify.cpp
2001-12-05 Chris LattnerActually return true when a change has been made
2001-12-04 Chris LattnerFix bugs, don't do external methods which causes segv.
2001-12-04 Chris LattnerImplement induction variable simplification
2001-12-03 Chris LattnerInitial checkin of indvar stuff