summaryrefslogtreecommitdiff
path: root/lib/DebugInfo
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-08-24 01:14:21 +0000
committerEric Christopher <echristo@apple.com>2012-08-24 01:14:21 +0000
commit08cdb6e6b2a768f81dedd61725c7d67cdb05f0a0 (patch)
tree6401d387b70b9826960cef50696a1585e5f7de3d /lib/DebugInfo
parentaaf217953bef3b2cc0e0f26bf474616cc20cf7f0 (diff)
downloadllvm-08cdb6e6b2a768f81dedd61725c7d67cdb05f0a0.tar.gz
llvm-08cdb6e6b2a768f81dedd61725c7d67cdb05f0a0.tar.bz2
llvm-08cdb6e6b2a768f81dedd61725c7d67cdb05f0a0.tar.xz
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162524 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/DebugInfo')
-rw-r--r--lib/DebugInfo/DWARFDebugInfoEntry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DebugInfo/DWARFDebugInfoEntry.cpp b/lib/DebugInfo/DWARFDebugInfoEntry.cpp
index 12d2a58a0e..f58a147d33 100644
--- a/lib/DebugInfo/DWARFDebugInfoEntry.cpp
+++ b/lib/DebugInfo/DWARFDebugInfoEntry.cpp
@@ -101,7 +101,7 @@ bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFCompileUnit *cu,
DataExtractor debug_info_data = cu->getDebugInfoExtractor();
uint64_t abbrCode = debug_info_data.getULEB128(offset_ptr);
- assert (fixed_form_sizes); // For best performance this should be specified!
+ assert(fixed_form_sizes); // For best performance this should be specified!
if (abbrCode) {
uint32_t offset = *offset_ptr;