Skip to content

Commit 1fed006

Browse files
committed
Change comment into proper Doxygen member comment.
llvm-svn: 159000
1 parent 15dbcb4 commit 1fed006

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/CodeGen/GCMetadata.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ namespace llvm {
7171
struct GCRoot {
7272
int Num; ///< Usually a frame index.
7373
int StackOffset; ///< Offset from the stack pointer.
74-
const Constant *Metadata;//< Metadata straight from the call to llvm.gcroot.
74+
const Constant *Metadata; ///< Metadata straight from the call
75+
///< to llvm.gcroot.
7576

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

0 commit comments

Comments
 (0)