[llvm-commits] [llvm] r162524 - /llvm/trunk/lib/DebugInfo/DWARFDebugInfoEntry.cpp

Eric Christopher echristo at apple.com
Thu Aug 23 18:14:21 PDT 2012


Author: echristo
Date: Thu Aug 23 20:14:21 2012
New Revision: 162524

URL: http://llvm.org/viewvc/llvm-project?rev=162524&view=rev
Log:
Formatting.

Modified:
    llvm/trunk/lib/DebugInfo/DWARFDebugInfoEntry.cpp

Modified: llvm/trunk/lib/DebugInfo/DWARFDebugInfoEntry.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/DWARFDebugInfoEntry.cpp?rev=162524&r1=162523&r2=162524&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/DWARFDebugInfoEntry.cpp (original)
+++ llvm/trunk/lib/DebugInfo/DWARFDebugInfoEntry.cpp Thu Aug 23 20:14:21 2012
@@ -101,7 +101,7 @@
   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;





More information about the llvm-commits mailing list