Skip to content

Commit

Permalink
Change comment into proper Doxygen member comment.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159000 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gribozavr committed Jun 22, 2012
1 parent d845c34 commit 63e0e8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/llvm/CodeGen/GCMetadata.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ namespace llvm {
struct GCRoot {
int Num; ///< Usually a frame index.
int StackOffset; ///< Offset from the stack pointer.
const Constant *Metadata;//< Metadata straight from the call to llvm.gcroot.
const Constant *Metadata; ///< Metadata straight from the call
///< to llvm.gcroot.

GCRoot(int N, const Constant *MD) : Num(N), StackOffset(-1), Metadata(MD) {}
};
Expand Down

0 comments on commit 63e0e8d

Please sign in to comment.