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
This commit is contained in:
Chris Lattner 2002-09-06 03:59:56 +00:00
parent a9d2bffeeb
commit f4d4a49311

View File

@ -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.
//
//===----------------------------------------------------------------------===//