diff options
Diffstat (limited to 'llvm/lib/DebugInfo/DWARFFormValue.h')
-rw-r--r-- | llvm/lib/DebugInfo/DWARFFormValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARFFormValue.h b/llvm/lib/DebugInfo/DWARFFormValue.h index c2bfb4fadf8..b1b04491d3c 100644 --- a/llvm/lib/DebugInfo/DWARFFormValue.h +++ b/llvm/lib/DebugInfo/DWARFFormValue.h @@ -51,7 +51,7 @@ public: void dump(raw_ostream &OS, const DataExtractor *debug_str_data, const DWARFCompileUnit* cu) const; bool extractValue(DataExtractor data, uint32_t *offset_ptr, - const DWARFCompileUnit *cu); + const DWARFCompileUnit *cu); bool isInlinedCStr() const { return Value.data != NULL && Value.data == (uint8_t*)Value.cstr; } |