Only try to clean up the current block if we changed that block already.
[oota-llvm.git] / lib / Transforms / Scalar / CorrelatedValuePropagation.cpp
2010-08-31 Owen AndersonOnly try to clean up the current block if we changed...
2010-08-31 Owen AndersonDon't perform an extra traversal of the function just...
2010-08-31 Owen AndersonRename ValuePropagation to a more descriptive Correlate...
2010-08-31 Owen AndersonRename file to something more descriptive.