mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-26 14:25:18 +00:00
Not needed. Misinterpreted error message from other bug (Missing load/store
relocations.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32604 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8753c447a5
commit
182a5acdeb
@ -491,10 +491,6 @@ def : Pat<(extloadi1 iaddr:$src),
|
||||
(LBZ8 iaddr:$src)>;
|
||||
def : Pat<(extloadi1 xaddr:$src),
|
||||
(LBZX8 xaddr:$src)>;
|
||||
def : Pat<(sextloadi8 iaddr:$src),
|
||||
(EXTSB8 (LBZ8 iaddr:$src))>;
|
||||
def : Pat<(sextloadi8 xaddr:$src),
|
||||
(EXTSB8 (LBZX8 xaddr:$src))>;
|
||||
def : Pat<(extloadi8 iaddr:$src),
|
||||
(LBZ8 iaddr:$src)>;
|
||||
def : Pat<(extloadi8 xaddr:$src),
|
||||
|
Loading…
x
Reference in New Issue
Block a user