[llvm-commits] [llvm] r97374 - /llvm/trunk/lib/Target/Mips/MipsInstrInfo.td
Chris Lattner
sabre at nondot.org
Sat Feb 27 23:23:21 PST 2010
Author: lattner
Date: Sun Feb 28 01:23:21 2010
New Revision: 97374
URL: http://llvm.org/viewvc/llvm-project?rev=97374&view=rev
Log:
remove redundant instruction.
Modified:
llvm/trunk/lib/Target/Mips/MipsInstrInfo.td
Modified: llvm/trunk/lib/Target/Mips/MipsInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsInstrInfo.td?rev=97374&r1=97373&r2=97374&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsInstrInfo.td (original)
+++ llvm/trunk/lib/Target/Mips/MipsInstrInfo.td Sun Feb 28 01:23:21 2010
@@ -592,8 +592,8 @@
(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)>;
More information about the llvm-commits
mailing list