IR: Declare LookupKey right before its use, NFC
[oota-llvm.git] / lib / DebugInfo / DWARFTypeUnit.cpp
index c81e2403b1d56aaa6131e462bb9b9a76624ec795..303bf707067ddf3176b8e3cef9594d25fc576c5a 100644 (file)
@@ -28,7 +28,7 @@ void DWARFTypeUnit::dump(raw_ostream &OS) {
      << " version = " << format("0x%04x", getVersion())
      << " abbr_offset = " << format("0x%04x", getAbbreviations()->getOffset())
      << " addr_size = " << format("0x%02x", getAddressByteSize())
-     << " type_signature = " << format("0x%16lx", TypeHash)
+     << " type_signature = " << format("0x%16" PRIx64, TypeHash)
      << " type_offset = " << format("0x%04x", TypeOffset)
      << " (next unit at " << format("0x%08x", getNextUnitOffset())
      << ")\n";