forked from OSchip/llvm-project
Fix indentation alignment of a declaration in MipsMCCodeEmitter.cpp
llvm-svn: 198162
This commit is contained in:
parent
76cce1906a
commit
774c24385e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue