[llvm-commits] [llvm] r63007 - /llvm/trunk/include/llvm/CodeGen/DwarfWriter.h
Evan Cheng
evan.cheng at apple.com
Sun Jan 25 23:40:14 PST 2009
Author: evancheng
Date: Mon Jan 26 01:40:13 2009
New Revision: 63007
URL: http://llvm.org/viewvc/llvm-project?rev=63007&view=rev
Log:
Looks like comments were chopped off.
Modified:
llvm/trunk/include/llvm/CodeGen/DwarfWriter.h
Modified: llvm/trunk/include/llvm/CodeGen/DwarfWriter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/DwarfWriter.h?rev=63007&r1=63006&r2=63007&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/DwarfWriter.h (original)
+++ llvm/trunk/include/llvm/CodeGen/DwarfWriter.h Mon Jan 26 01:40:13 2009
@@ -79,8 +79,9 @@
/// 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
More information about the llvm-commits
mailing list