Remove outdated references to dominance frontiers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123724 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Cameron Zwarich
2011-01-18 03:53:26 +00:00
parent 2e3cea3153
commit b1686c32fc
6 changed files with 29 additions and 31 deletions

View File

@@ -74,7 +74,7 @@ FunctionPass *createAggressiveDCEPass();
// if possible.
//
FunctionPass *createScalarReplAggregatesPass(signed Threshold = -1,
bool UseDomFrontier = true);
bool UseDomTree = true);
//===----------------------------------------------------------------------===//
//