mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 14:40:39 +00:00
remove redundant instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97374 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
19f047f5f6
commit
e0d2753f2b
@ -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)>;
|
||||
|
Loading…
Reference in New Issue
Block a user