Fix major problem with PHI node traversal: rechecking PHIs should go into
[oota-llvm.git] / lib / Transforms / Scalar / PRE.cpp
2003-03-31 Chris LattnerInitial checkin of PRE on LLVM. This implementation...