diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-01-26 07:40:13 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-01-26 07:40:13 +0000 |
commit | d5362986da35310b68452f4437dffad071b7fe47 (patch) | |
tree | 047646a8a670c25ab3a3d4adee7edcb75adaf3df /include | |
parent | 891415b5a248c72b94e6ff1022bcc1cab7813539 (diff) | |
download | external_llvm-d5362986da35310b68452f4437dffad071b7fe47.zip external_llvm-d5362986da35310b68452f4437dffad071b7fe47.tar.gz external_llvm-d5362986da35310b68452f4437dffad071b7fe47.tar.bz2 |
Looks like comments were chopped off.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63007 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/DwarfWriter.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/DwarfWriter.h b/include/llvm/CodeGen/DwarfWriter.h index 1616dfa..58a2fa7 100644 --- a/include/llvm/CodeGen/DwarfWriter.h +++ b/include/llvm/CodeGen/DwarfWriter.h @@ -79,8 +79,9 @@ public: /// ValidDebugInfo - Return true if V represents valid debug info value. bool ValidDebugInfo(Value *V); - /// label. Returns a unique label ID used to generate a label and provide - /// correspondence to the source line list. + /// RecordSourceLine - Register a source line with debug info. Returns a + /// unique label ID used to generate a label and provide correspondence to + /// the source line list. unsigned RecordSourceLine(unsigned Line, unsigned Col, unsigned Src); /// RecordSource - Register a source file with debug info. Returns an source |