summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-01-26 07:40:13 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-01-26 07:40:13 +0000
commitfd0ab1232761f44cbc17d1176f1d77da7b87ca50 (patch)
treed67ce0416da4f06280bb5f1adef73b7ed6f88b09
parent43a85b1e4c8d72b6f49cb6c0f2eefbb0b852d3f1 (diff)
downloadbcm5719-llvm-fd0ab1232761f44cbc17d1176f1d77da7b87ca50.tar.gz
bcm5719-llvm-fd0ab1232761f44cbc17d1176f1d77da7b87ca50.zip
Looks like comments were chopped off.
llvm-svn: 63007
-rw-r--r--llvm/include/llvm/CodeGen/DwarfWriter.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/DwarfWriter.h b/llvm/include/llvm/CodeGen/DwarfWriter.h
index 1616dfa4e90..58a2fa74237 100644
--- a/llvm/include/llvm/CodeGen/DwarfWriter.h
+++ b/llvm/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
OpenPOWER on IntegriCloud