X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTransforms%2FUtils%2FCriticalEdge.cpp;h=a9f4b611e3f04acb81e2a98e868c6bb42ff863e3;hb=d76efa018660e806cd87c0a24512e3c532fc1d36;hp=35eac3f34d6c13b74eb521cd1b7fb20b49f7e3ec;hpb=a9d2bffeeb5b888618211cbe2b69721ad77d752c;p=oota-llvm.git diff --git a/lib/Transforms/Utils/CriticalEdge.cpp b/lib/Transforms/Utils/CriticalEdge.cpp index 35eac3f34d6..a9f4b611e3f 100644 --- a/lib/Transforms/Utils/CriticalEdge.cpp +++ b/lib/Transforms/Utils/CriticalEdge.cpp @@ -1,7 +1,6 @@ -//===-- Local.h - Functions to perform local transformations -----*- C++ -*--=// +//===-- CriticalEdge.cpp - Functions to detect and split critical edges ---===// // -// This family of functions perform various local transformations to the -// program. +// These functions are here to detect and split critical edges in the CFG. // //===----------------------------------------------------------------------===//