Fix a copy-and-paste-o that would break some compilers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28507 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2006-05-26 21:19:17 +00:00
parent 2480737211
commit fc3a3bc64b

View File

@ -48,7 +48,7 @@ namespace {
DominanceFrontier *DF; // Current Dominance Frontier
virtual bool runOnFunction(Function &F);
bool LCSSA::visitSubloop(Loop* L);
bool visitSubloop(Loop* L);
/// This transformation requires natural loop information & requires that
/// loop preheaders be inserted into the CFG...