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:
Jim Laskey 2006-12-15 18:45:32 +00:00
parent 8753c447a5
commit 182a5acdeb

View File

@ -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),