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 | 6a5364e46fd4a6580bf5190f3dd226ba3d6b3748 (patch) | |
| tree | 1bee7f5e7b8bed5ff818536b7185f3ee6683a7e0 /llvm/lib/Transforms/Utils/CriticalEdge.cpp | |
| parent | 50dd6724a26577b63d653a430911784dc1a3f408 (diff) | |
| download | bcm5719-llvm-6a5364e46fd4a6580bf5190f3dd226ba3d6b3748.tar.gz bcm5719-llvm-6a5364e46fd4a6580bf5190f3dd226ba3d6b3748.zip | |
Fix file header to be accurate, instead of something I just copied and pasted.
llvm-svn: 3591
Diffstat (limited to 'llvm/lib/Transforms/Utils/CriticalEdge.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Utils/CriticalEdge.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Utils/CriticalEdge.cpp b/llvm/lib/Transforms/Utils/CriticalEdge.cpp index 35eac3f34d6..a9f4b611e3f 100644 --- a/llvm/lib/Transforms/Utils/CriticalEdge.cpp +++ b/llvm/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. // //===----------------------------------------------------------------------===// |

