[llvm] r222244 - Test commit to verify that commit access works.
Jozef Kolek
jozef.kolek at imgtec.com
Tue Nov 18 11:20:34 PST 2014
Author: jkolek
Date: Tue Nov 18 13:20:34 2014
New Revision: 222244
URL: http://llvm.org/viewvc/llvm-project?rev=222244&view=rev
Log:
Test commit to verify that commit access works.
Modified:
llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
Modified: llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h?rev=222244&r1=222243&r2=222244&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h (original)
+++ llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h Tue Nov 18 13:20:34 2014
@@ -60,7 +60,7 @@ public:
SmallVectorImpl<MCFixup> &Fixups,
const MCSubtargetInfo &STI) const;
- // getBranchJumpOpValue - Return binary encoding of the jump
+ // getJumpTargetOpValue - Return binary encoding of the jump
// target operand. If the machine operand requires relocation,
// record the relocation and return zero.
unsigned getJumpTargetOpValue(const MCInst &MI, unsigned OpNo,
More information about the llvm-commits
mailing list