mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-05 00:59:19 +00:00
Format fix (NFC)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255313 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
337570a52e
commit
849df7927e
@ -335,7 +335,8 @@ RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) {
|
||||
return EC;
|
||||
|
||||
// Read value data and set Record.
|
||||
if (std::error_code EC = readValueProfilingData(Record)) return EC;
|
||||
if (std::error_code EC = readValueProfilingData(Record))
|
||||
return EC;
|
||||
|
||||
// Iterate.
|
||||
advanceData();
|
||||
@ -436,7 +437,8 @@ std::error_code InstrProfReaderIndex<HashTableImpl>::getRecords(
|
||||
|
||||
Data = *RecordIterator;
|
||||
|
||||
if (Data.empty()) return instrprof_error::malformed;
|
||||
if (Data.empty())
|
||||
return instrprof_error::malformed;
|
||||
|
||||
return instrprof_error::success;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user