diff options
Diffstat (limited to 'lib/Transforms/Instrumentation/ProfilePaths/Graph.h')
-rw-r--r-- | lib/Transforms/Instrumentation/ProfilePaths/Graph.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Graph.h b/lib/Transforms/Instrumentation/ProfilePaths/Graph.h index 3c22d627e4..635646298f 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/Graph.h +++ b/lib/Transforms/Instrumentation/ProfilePaths/Graph.h @@ -1,8 +1,7 @@ -//===-- ------------------------llvm/graph.h ---------------------*- C++ -*--=// +//===-- Graph.h -------------------------------------------------*- C++ -*-===// // -//Header file for Graph: This Graph is used by -//PathProfiles class, and is used -//for detecting proper points in cfg for code insertion +// Header file for Graph: This Graph is used by PathProfiles class, and is used +// for detecting proper points in cfg for code insertion // //===----------------------------------------------------------------------===// |