diff options
author | Eric Christopher <echristo@apple.com> | 2012-08-24 01:14:21 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-08-24 01:14:21 +0000 |
commit | 67942acc6b3959a19d83948db555127f33412d44 (patch) | |
tree | 8eacf33b49ec10c4c225f62437d6bd1737907389 /llvm/lib/DebugInfo | |
parent | 69d0d2626a4f548b5a428f4e0f5c3f1fe65a2548 (diff) | |
download | bcm5719-llvm-67942acc6b3959a19d83948db555127f33412d44.tar.gz bcm5719-llvm-67942acc6b3959a19d83948db555127f33412d44.zip |
Formatting.
llvm-svn: 162524
Diffstat (limited to 'llvm/lib/DebugInfo')
-rw-r--r-- | llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp b/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp index 12d2a58a0e2..f58a147d33b 100644 --- a/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp +++ b/llvm/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; |