From 5c9f34b7a0c151dd8c508a872dc5e898bde4582e Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Thu, 18 Dec 2008 09:01:18 +0000 Subject: [PATCH] Remove dead comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61201 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/LoopInfo.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Analysis/LoopInfo.cpp b/lib/Analysis/LoopInfo.cpp index b6c6c5ffc0b..275331b03a5 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 // -- 2.34.1