Fix a copy-and-paste-o that would break some compilers.
authorOwen Anderson <resistor@mac.com>
Fri, 26 May 2006 21:19:17 +0000 (21:19 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 26 May 2006 21:19:17 +0000 (21:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28507 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/LCSSA.cpp

index bb4c57e954287d4ac98087a79252cd961fdf136a..43f331d71b2b2780b9dea5a5959290aaf25c2dee 100644 (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...