SCCVN, we hardly knew ye!
[oota-llvm.git] / include / llvm / Transforms / Scalar.h
index 6893badfc2395b0050d9d8d886ae4a44fa73f513..cbb870ef6de4b6be161f8ab06bd1630423a1d00e 100644 (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