Formatting.

llvm-svn: 162524
This commit is contained in:
Eric Christopher 2012-08-24 01:14:21 +00:00
parent 69d0d2626a
commit 67942acc6b
1 changed files with 1 additions and 1 deletions

View File

@ -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;