commit | 44d2c3514a5ac8008fd16991334470d67dde492e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Oct 13 03:32:08 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Oct 13 03:32:08 2003 +0000 |
tree | ded932e2e7b779f86f4f89908be4777ae68be3e6 | |
parent | c3ad6e0b1f407e756e2921892170e492674dab00 [diff] [blame] |
Regularize header file comments llvm-svn: 9071
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp index 0f83823..3310488 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp
@@ -1,4 +1,4 @@ -//===----Instrumentation/ProfilePaths/RetracePath.cppTrigger.cpp--*- C++ -*--=// +//===- RetracePath.cpp ----------------------------------------------------===// // // Retraces a path of BasicBlock, given a path number and a graph! //