Not needed. Misinterpreted error message from other bug (Missing load/store

relocations.)

llvm-svn: 32604
This commit is contained in:
Jim Laskey 2006-12-15 18:45:32 +00:00
parent e06036d229
commit 38b1d53afe
1 changed files with 0 additions and 4 deletions

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