mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
clang-format a couple of lines
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238268 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c756772b8d
commit
ba7ccd4201
@ -200,8 +200,8 @@ unsigned BitstreamCursor::readRecord(unsigned AbbrevID,
|
|||||||
unsigned NumElts = ReadVBR(6);
|
unsigned NumElts = ReadVBR(6);
|
||||||
|
|
||||||
// Get the element encoding.
|
// Get the element encoding.
|
||||||
if (i+2 != e)
|
if (i + 2 != e)
|
||||||
report_fatal_error("Array op not second to last");
|
report_fatal_error("Array op not second to last");
|
||||||
const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i);
|
const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i);
|
||||||
if (EltEnc.getEncoding() == BitCodeAbbrevOp::Array ||
|
if (EltEnc.getEncoding() == BitCodeAbbrevOp::Array ||
|
||||||
EltEnc.getEncoding() == BitCodeAbbrevOp::Blob)
|
EltEnc.getEncoding() == BitCodeAbbrevOp::Blob)
|
||||||
|
Loading…
Reference in New Issue
Block a user