[llvm-commits] CVS: llvm/lib/Transforms/Utils/CriticalEdge.cpp
Christopher Lattner
lattner at cs.uiuc.edu
Thu Sep 5 23:00:02 PDT 2002
Changes in directory llvm/lib/Transforms/Utils:
CriticalEdge.cpp updated: 1.2 -> 1.3
---
Log message:
Fix file header to be accurate, instead of something I just copied and pasted.
---
Diffs of the changes:
Index: llvm/lib/Transforms/Utils/CriticalEdge.cpp
diff -u llvm/lib/Transforms/Utils/CriticalEdge.cpp:1.2 llvm/lib/Transforms/Utils/CriticalEdge.cpp:1.3
--- llvm/lib/Transforms/Utils/CriticalEdge.cpp:1.2 Thu Sep 5 22:51:45 2002
+++ llvm/lib/Transforms/Utils/CriticalEdge.cpp Thu Sep 5 22:59:56 2002
@@ -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.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list