aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-12-18 09:01:18 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-12-18 09:01:18 +0000
commitee7ca02172a8a07044f2a5f60999f1e1bc2e919d (patch)
tree2b3c75275a47ba065c432502033648c4ca183388
parent338ecd5915def7c6661b7c592fd773be156ebe8f (diff)
downloadexternal_llvm-ee7ca02172a8a07044f2a5f60999f1e1bc2e919d.zip
external_llvm-ee7ca02172a8a07044f2a5f60999f1e1bc2e919d.tar.gz
external_llvm-ee7ca02172a8a07044f2a5f60999f1e1bc2e919d.tar.bz2
Remove dead comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61201 91177308-0d34-0410-b5e6-96231b3b80d8
-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 b6c6c5f..275331b 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
//