mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[PM] Sink a trailing comment to be a doxygen comment.
llvm-svn: 195702
This commit is contained in:
parent
157fe29e22
commit
bea2e16f78
@ -77,7 +77,9 @@ class CallGraph : public ModulePass {
|
||||
Module *M;
|
||||
|
||||
typedef std::map<const Function *, CallGraphNode *> FunctionMapTy;
|
||||
FunctionMapTy FunctionMap; // Map from a function to its node
|
||||
|
||||
/// \brief A map from \c Function* to \c CallGraphNode*.
|
||||
FunctionMapTy FunctionMap;
|
||||
|
||||
/// \brief Root is root of the call graph, or the external node if a 'main'
|
||||
/// function couldn't be found.
|
||||
|
Loading…
x
Reference in New Issue
Block a user