From: Jim Laskey Date: Fri, 15 Dec 2006 18:45:32 +0000 (+0000) Subject: Not needed. Misinterpreted error message from other bug (Missing load/store X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=182a5acdeb58db5467c08c34f1db42af47b0c44c;p=oota-llvm.git 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 --- diff --git a/lib/Target/PowerPC/PPCInstr64Bit.td b/lib/Target/PowerPC/PPCInstr64Bit.td index cdab11d7095..56d02cc146c 100644 --- a/lib/Target/PowerPC/PPCInstr64Bit.td +++ b/lib/Target/PowerPC/PPCInstr64Bit.td @@ -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),