summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer
diff options
context:
space:
mode:
authorChris Ray <cray@arxan.com>2016-01-19 18:01:20 +0000
committerChris Ray <cray@arxan.com>2016-01-19 18:01:20 +0000
commitb541a3488fe5713ce2b32c0ae3dda15ee7984b26 (patch)
tree4e83ece03aa88a633a030171d68b22d532da0138 /llvm/lib/Bitcode/Writer
parent8b85b03b0618d2868d9ce6ae62ee404fb8195fc4 (diff)
downloadbcm5719-llvm-b541a3488fe5713ce2b32c0ae3dda15ee7984b26.tar.gz
bcm5719-llvm-b541a3488fe5713ce2b32c0ae3dda15ee7984b26.zip
NFC Test Commit whitespace change in a comment
Changed whitespace so comments line up. llvm-svn: 258151
Diffstat (limited to 'llvm/lib/Bitcode/Writer')
-rw-r--r--llvm/lib/Bitcode/Writer/BitcodeWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
index a899a0cc3ee..5760a643e21 100644
--- a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
+++ b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
@@ -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(
OpenPOWER on IntegriCloud