projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9d2bff
)
Fix file header to be accurate, instead of something I just copied and pasted.
author
Chris Lattner
<sabre@nondot.org>
Fri, 6 Sep 2002 03:59:56 +0000
(
03:59
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 6 Sep 2002 03:59:56 +0000
(
03:59
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3591
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Utils/CriticalEdge.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/CriticalEdge.cpp
b/lib/Transforms/Utils/CriticalEdge.cpp
index 35eac3f34d6c13b74eb521cd1b7fb20b49f7e3ec..a9f4b611e3f04acb81e2a98e868c6bb42ff863e3 100644
(file)
--- 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.
//
//===----------------------------------------------------------------------===//