diff --git a/lib/Analysis/LoopInfo.cpp b/lib/Analysis/LoopInfo.cpp index b6c6c5ffc0b..275331b03a5 100644 --- a/lib/Analysis/LoopInfo.cpp +++ b/lib/Analysis/LoopInfo.cpp @@ -35,9 +35,6 @@ X("loops", "Natural Loop Construction", true, true); // Loop implementation // -/// getNumBackEdges - Calculate the number of back edges to the loop header. -/// - //===----------------------------------------------------------------------===// // LoopInfo implementation //