summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/DebugInfo/CodeView/Line.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/DebugInfo/CodeView/Line.h')
-rw-r--r--llvm/include/llvm/DebugInfo/CodeView/Line.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/DebugInfo/CodeView/Line.h b/llvm/include/llvm/DebugInfo/CodeView/Line.h
index 80a3ec05a01..bf2d55096b0 100644
--- a/llvm/include/llvm/DebugInfo/CodeView/Line.h
+++ b/llvm/include/llvm/DebugInfo/CodeView/Line.h
@@ -35,6 +35,7 @@ public:
};
LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement);
+ LineInfo(uint32_t LineData) : LineData(LineData) {}
uint32_t getStartLine() const { return LineData & StartLineMask; }
OpenPOWER on IntegriCloud