SCCVN, we hardly knew ye!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101117 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson
2010-04-13 05:24:08 +00:00
parent 7c57b7b808
commit fd64901579
3 changed files with 0 additions and 723 deletions

View File

@@ -324,12 +324,6 @@ FunctionPass *createSSIEverythingPass();
//
FunctionPass *createGEPSplitterPass();
//===----------------------------------------------------------------------===//
//
// SCCVN - Aggressively eliminate redundant scalar values
//
FunctionPass *createSCCVNPass();
//===----------------------------------------------------------------------===//
//
// ABCD - Elimination of Array Bounds Checks on Demand