diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-13 03:32:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-13 03:32:08 +0000 |
commit | cf3056db0fee1db7921214b1f25cea04e959e105 (patch) | |
tree | 0d3986942f0be9fba36271f39cf3df5b85c02a67 /lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp | |
parent | c00d23a727f143bdd24f29d529ebc2cc3230bef8 (diff) |
Regularize header file comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9071 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp b/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp index 4e7c5847a6..fd44d8eed1 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp +++ b/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp @@ -1,8 +1,7 @@ -//===-- GrapAuxiliary.cpp- Auxiliary functions on graph ----------*- C++ -*--=// +//===- GraphAuxiliary.cpp - Auxiliary functions on graph ------------------===// // -//auxiliary function associated with graph: they -//all operate on graph, and help in inserting -//instrumentation for trace generation +// auxiliary function associated with graph: they all operate on graph, and help +// in inserting instrumentation for trace generation // //===----------------------------------------------------------------------===// |