diff options
Diffstat (limited to 'lib/Transforms/Utils/CriticalEdge.cpp')
-rw-r--r-- | lib/Transforms/Utils/CriticalEdge.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Transforms/Utils/CriticalEdge.cpp b/lib/Transforms/Utils/CriticalEdge.cpp index 35eac3f34d..a9f4b611e3 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. // //===----------------------------------------------------------------------===// |