summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit67942acc6b3959a19d83948db555127f33412d44 (patch)
tree8eacf33b49ec10c4c225f62437d6bd1737907389 /llvm/lib/DebugInfo
parent69d0d2626a4f548b5a428f4e0f5c3f1fe65a2548 (diff)
downloadbcm5719-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.cpp2
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;
OpenPOWER on IntegriCloud