aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineDebugInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/MachineDebugInfo.h')
-rw-r--r--include/llvm/CodeGen/MachineDebugInfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/MachineDebugInfo.h b/include/llvm/CodeGen/MachineDebugInfo.h
index cd28c77250..70c8398656 100644
--- a/include/llvm/CodeGen/MachineDebugInfo.h
+++ b/include/llvm/CodeGen/MachineDebugInfo.h
@@ -1031,9 +1031,9 @@ public:
return SourceFiles;
}
- /// getSourceLines - Return a vector of source lines. Vector index + 1
- /// equals label ID.
- const std::vector<SourceLineInfo *> &getSourceLines() const {
+ /// getSourceLines - Return a vector of source lines.
+ ///
+ std::vector<SourceLineInfo *> &getSourceLines() {
return Lines;
}