aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-28 07:23:21 +0000
committerChris Lattner <sabre@nondot.org>2010-02-28 07:23:21 +0000
commitb76fe97493a56ee73d7f7be394920fe61558c1d8 (patch)
tree9a1c7b2d39fa7ffaa3fa9bb89b71e3f643895b46
parent35693461c9efd497a09cf183bb78df925daeed27 (diff)
downloadexternal_llvm-b76fe97493a56ee73d7f7be394920fe61558c1d8.zip
external_llvm-b76fe97493a56ee73d7f7be394920fe61558c1d8.tar.gz
external_llvm-b76fe97493a56ee73d7f7be394920fe61558c1d8.tar.bz2
remove redundant instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97374 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/Mips/MipsInstrInfo.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Mips/MipsInstrInfo.td b/lib/Target/Mips/MipsInstrInfo.td
index ba0a736..cef3697 100644
--- a/lib/Target/Mips/MipsInstrInfo.td
+++ b/lib/Target/Mips/MipsInstrInfo.td
@@ -592,8 +592,8 @@ def : Pat<(MipsJmpLink (i32 tglobaladdr:$dst)),
(JAL tglobaladdr:$dst)>;
def : Pat<(MipsJmpLink (i32 texternalsym:$dst)),
(JAL texternalsym:$dst)>;
-def : Pat<(MipsJmpLink CPURegs:$dst),
- (JALR CPURegs:$dst)>;
+//def : Pat<(MipsJmpLink CPURegs:$dst),
+// (JALR CPURegs:$dst)>;
// hi/lo relocs
def : Pat<(MipsHi tglobaladdr:$in), (LUi tglobaladdr:$in)>;