NFC Test Commit whitespace change in a comment
Changed whitespace so comments line up. llvm-svn: 258151
This commit is contained in:
@@ -2111,7 +2111,7 @@ static void WriteInstruction(const Instruction &I, unsigned InstID,
|
||||
case Instruction::AtomicCmpXchg:
|
||||
Code = bitc::FUNC_CODE_INST_CMPXCHG;
|
||||
PushValueAndType(I.getOperand(0), InstID, Vals, VE); // ptrty + ptr
|
||||
PushValueAndType(I.getOperand(1), InstID, Vals, VE); // cmp.
|
||||
PushValueAndType(I.getOperand(1), InstID, Vals, VE); // cmp.
|
||||
pushValue(I.getOperand(2), InstID, Vals, VE); // newval.
|
||||
Vals.push_back(cast<AtomicCmpXchgInst>(I).isVolatile());
|
||||
Vals.push_back(GetEncodedOrdering(
|
||||
|
||||
Reference in New Issue
Block a user