Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 0809dc5

Browse files
author
Mark Seaborn
committed
Fix indentation alignment of a declaration in MipsMCCodeEmitter.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198162 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent c956500 commit 0809dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ class MipsMCCodeEmitter : public MCCodeEmitter {
8181
// getBranchJumpOpValue - Return binary encoding of the jump
8282
// target operand. If the machine operand requires relocation,
8383
// record the relocation and return zero.
84-
unsigned getJumpTargetOpValue(const MCInst &MI, unsigned OpNo,
85-
SmallVectorImpl<MCFixup> &Fixups) const;
84+
unsigned getJumpTargetOpValue(const MCInst &MI, unsigned OpNo,
85+
SmallVectorImpl<MCFixup> &Fixups) const;
8686

8787
// getBranchJumpOpValueMM - Return binary encoding of the microMIPS jump
8888
// target operand. If the machine operand requires relocation,

0 commit comments

Comments
 (0)