From 6a5364e46fd4a6580bf5190f3dd226ba3d6b3748 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 6 Sep 2002 03:59:56 +0000 Subject: Fix file header to be accurate, instead of something I just copied and pasted. llvm-svn: 3591 --- llvm/lib/Transforms/Utils/CriticalEdge.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'llvm/lib/Transforms/Utils/CriticalEdge.cpp') 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. // //===----------------------------------------------------------------------===// -- cgit v1.2.3