Remove dead comments.

llvm-svn: 61201
This commit is contained in:
Evan Cheng 2008-12-18 09:01:18 +00:00
parent c6e4019d57
commit d3d1efc584

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