Create constant expression casts instead of constant instructions if possible
[oota-llvm.git] / lib / Transforms / Scalar / PRE.cpp
2003-03-31 Chris LattnerInitial checkin of PRE on LLVM. This implementation...