aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/LoopInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Analysis/LoopInfo.cpp')
-rw-r--r--lib/Analysis/LoopInfo.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Analysis/LoopInfo.cpp b/lib/Analysis/LoopInfo.cpp
index b6c6c5ffc0..275331b03a 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
//