summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsLongBranch.cpp
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-05-13 17:43:19 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-05-13 17:43:19 +0000
commit6daba286836e6fb2351e7ebc248e18a5c80e8a31 (patch)
tree2d5f96a722807583007657912d61a670b39045af /lib/Target/Mips/MipsLongBranch.cpp
parent6eb70ac034a4b23a129fa674dd9852b6d3a615c8 (diff)
downloadllvm-6daba286836e6fb2351e7ebc248e18a5c80e8a31.tar.gz
llvm-6daba286836e6fb2351e7ebc248e18a5c80e8a31.tar.bz2
llvm-6daba286836e6fb2351e7ebc248e18a5c80e8a31.tar.xz
[mips] Rename functions. No functionality changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181713 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsLongBranch.cpp')
-rw-r--r--lib/Target/Mips/MipsLongBranch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsLongBranch.cpp b/lib/Target/Mips/MipsLongBranch.cpp
index bf5ad37031..daabf3d25a 100644
--- a/lib/Target/Mips/MipsLongBranch.cpp
+++ b/lib/Target/Mips/MipsLongBranch.cpp
@@ -217,7 +217,7 @@ int64_t MipsLongBranch::computeOffset(const MachineInstr *Br) {
// MachineBasicBlock operand MBBOpnd.
void MipsLongBranch::replaceBranch(MachineBasicBlock &MBB, Iter Br,
DebugLoc DL, MachineBasicBlock *MBBOpnd) {
- unsigned NewOpc = TII->GetOppositeBranchOpc(Br->getOpcode());
+ unsigned NewOpc = TII->getOppositeBranchOpc(Br->getOpcode());
const MCInstrDesc &NewDesc = TII->get(NewOpc);
MachineInstrBuilder MIB = BuildMI(MBB, Br, DL, NewDesc);