diff options
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. // //===----------------------------------------------------------------------===// |

