[llvm] r198162 - Fix indentation alignment of a declaration in MipsMCCodeEmitter.cpp
Mark Seaborn
mseaborn at chromium.org
Sun Dec 29 02:47:04 PST 2013
Author: mseaborn
Date: Sun Dec 29 04:47:04 2013
New Revision: 198162
URL: http://llvm.org/viewvc/llvm-project?rev=198162&view=rev
Log:
Fix indentation alignment of a declaration in MipsMCCodeEmitter.cpp
Modified:
llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
Modified: llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp?rev=198162&r1=198161&r2=198162&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp (original)
+++ llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp Sun Dec 29 04:47:04 2013
@@ -81,8 +81,8 @@ public:
// getBranchJumpOpValue - 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,
- SmallVectorImpl<MCFixup> &Fixups) const;
+ unsigned getJumpTargetOpValue(const MCInst &MI, unsigned OpNo,
+ SmallVectorImpl<MCFixup> &Fixups) const;
// getBranchJumpOpValueMM - Return binary encoding of the microMIPS jump
// target operand. If the machine operand requires relocation,
More information about the llvm-commits
mailing list