X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FAnalysis%2FLoopInfo.cpp;h=275331b03a58f952f0298d7dde3fc7ec54fb4559;hb=b169426272b85ce28a9a56d13154e61b158fc47a;hp=b6c6c5ffc0b837fa7c2ea14ff517608be5713787;hpb=84b7df43fb098268f6ce37a3e32bcc2f455ecf96;p=oota-llvm.git 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 //