summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Seaborn <mseaborn@chromium.org>2013-12-29 10:47:04 +0000
committerMark Seaborn <mseaborn@chromium.org>2013-12-29 10:47:04 +0000
commit0809dc5b35f559ac9398a24e146f742f453422db (patch)
tree450c7ab8f67f5c0c11682e13d1bdc8694ec7e968
parentc956500eb6d0ef05cd4fcde83de8a46d22dcdbaf (diff)
downloadllvm-0809dc5b35f559ac9398a24e146f742f453422db.tar.gz
llvm-0809dc5b35f559ac9398a24e146f742f453422db.tar.bz2
llvm-0809dc5b35f559ac9398a24e146f742f453422db.tar.xz
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
-rw-r--r--lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp b/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
index 06e8dd82f6..774c39354d 100644
--- a/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
+++ b/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
@@ -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,