diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-12-18 09:01:18 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-12-18 09:01:18 +0000 |
commit | 8e0f6f272f2493f20cd069080ab745eabb4fc54a (patch) | |
tree | b8ecca46aa6c7be3173e367cfd5e9a525eae4137 /llvm | |
parent | 84a1162e4c93ccca0064fd4588a30c025f5f7175 (diff) | |
download | bcm5719-llvm-8e0f6f272f2493f20cd069080ab745eabb4fc54a.tar.gz bcm5719-llvm-8e0f6f272f2493f20cd069080ab745eabb4fc54a.zip |
Remove dead comments.
llvm-svn: 61201
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Analysis/LoopInfo.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Analysis/LoopInfo.cpp b/llvm/lib/Analysis/LoopInfo.cpp index b6c6c5ffc0b..275331b03a5 100644 --- a/llvm/lib/Analysis/LoopInfo.cpp +++ b/llvm/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 // |