diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-06 03:59:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-06 03:59:56 +0000 |
commit | f4d4a493116d563fc1e94d1d1d356dac64e26e64 (patch) | |
tree | b338afc4d910dca0fab642975f104727319536bb /lib/Transforms/Utils/CriticalEdge.cpp | |
parent | a9d2bffeeb5b888618211cbe2b69721ad77d752c (diff) |
Fix file header to be accurate, instead of something I just copied and pasted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3591 91177308-0d34-0410-b5e6-96231b3b80d8
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. // //===----------------------------------------------------------------------===// |