projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19f047f
)
remove redundant instruction.
author
Chris Lattner
<sabre@nondot.org>
Sun, 28 Feb 2010 07:23:21 +0000
(07:23 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 28 Feb 2010 07:23:21 +0000
(07:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97374
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Mips/MipsInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/MipsInstrInfo.td
b/lib/Target/Mips/MipsInstrInfo.td
index
ba0a736
..
cef3697
100644
(file)
--- 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)>;