forked from OSchip/llvm-project
Not needed. Misinterpreted error message from other bug (Missing load/store
relocations.) llvm-svn: 32604
This commit is contained in:
parent
e06036d229
commit
38b1d53afe
|
@ -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…
Reference in New Issue