Remove dead comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61201 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2008-12-18 09:01:18 +00:00
parent 19c2892677
commit 5c9f34b7a0

View 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
//