The CorrelatedExpressionElimination pass is known to be buggy. Remove it.
authorBill Wendling <isanbard@gmail.com>
Sun, 27 Jan 2008 06:11:41 +0000 (06:11 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 27 Jan 2008 06:11:41 +0000 (06:11 +0000)
commitbeefd3d0f81ecd206601e62228975111c4cf84f4
tree52541f887421145410a4b9dad77119abc0e45601
parent553c116a1b94e9c5c7489e6a31908dbb8a76131c
The CorrelatedExpressionElimination pass is known to be buggy. Remove it.

This fixes PR1769.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46408 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
lib/Transforms/Scalar/CorrelatedExprs.cpp [deleted file]