NFC Test Commit whitespace change in a comment

Changed whitespace so comments line up.

llvm-svn: 258151
This commit is contained in:
Chris Ray
2016-01-19 18:01:20 +00:00
parent 8b85b03b06
commit b541a3488f

View File

@@ -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(