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

llvm-svn: 28507
This commit is contained in:
Owen Anderson 2006-05-26 21:19:17 +00:00
parent f3dd3e2bfd
commit 6e047ab8fc
1 changed files with 1 additions and 1 deletions

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...