diff options
author | Chris Lattner <sabre@nondot.org> | 2002-03-17 21:16:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-03-17 21:16:22 +0000 |
commit | a1f0021a6747aa4e184fc235faf9cd51ea59352c (patch) | |
tree | 26cc2b7d09367c3fae83dce8c4182b4d1d81803b /include/llvm/Analysis/CallGraph.h | |
parent | 2bfc0310ff816562bd2f07baa9086258d9ac403b (diff) |
Convert the top line of the header from .cpp style to .h style.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1884 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/CallGraph.h')
-rw-r--r-- | include/llvm/Analysis/CallGraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/CallGraph.h b/include/llvm/Analysis/CallGraph.h index fef9f21155..7f083ad86d 100644 --- a/include/llvm/Analysis/CallGraph.h +++ b/include/llvm/Analysis/CallGraph.h @@ -1,4 +1,4 @@ -//===- CallGraph.cpp - Build a Module's call graph ------------------------===// +//===- CallGraph.h - Build a Module's call graph -----------------*- C++ -*--=// // // This interface is used to build and manipulate a call graph, which is a very // useful tool for interprocedural optimization. |