Fixed the comment. No functionality change.
[oota-llvm.git] / lib / Analysis / LoopInfo.cpp
index b6c6c5ffc0b837fa7c2ea14ff517608be5713787..275331b03a58f952f0298d7dde3fc7ec54fb4559 100644 (file)
@@ -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
 //