diff options
author | Akira Hatanaka <ahatanaka@mips.com> | 2011-12-12 22:39:35 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@mips.com> | 2011-12-12 22:39:35 +0000 |
commit | 6e55ff56b88c3334d5847f2cb26f3001b92c489b (patch) | |
tree | 072ceaade129e531369930704a1b43b529f3d015 /lib/Target/Mips/MipsInstrInfo.h | |
parent | bfcb83fa328422d59945cbf3d72c0721e3f2f385 (diff) |
Emit B (unconditional branch) when -relocation-model=pic and J (jump) when
-relocation-model=static.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146432 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsInstrInfo.h')
-rw-r--r-- | lib/Target/Mips/MipsInstrInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsInstrInfo.h b/lib/Target/Mips/MipsInstrInfo.h index 8fa30529b8..70cc2cfb1a 100644 --- a/lib/Target/Mips/MipsInstrInfo.h +++ b/lib/Target/Mips/MipsInstrInfo.h @@ -34,6 +34,7 @@ class MipsInstrInfo : public MipsGenInstrInfo { MipsTargetMachine &TM; bool IsN64; const MipsRegisterInfo RI; + unsigned UncondBrOpc; public: explicit MipsInstrInfo(MipsTargetMachine &TM); |