From: Chris Lattner Date: Thu, 15 Sep 2005 21:44:00 +0000 (+0000) Subject: disable this for now X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4ac85b3e94b5eca5c8e6decea570f207daee419f;p=oota-llvm.git disable this for now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23366 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td index d762acd4f18..705fcea76ae 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.td +++ b/lib/Target/PowerPC/PPCInstrInfo.td @@ -775,9 +775,11 @@ def : Pat<(xor GPRC:$in, imm:$imm), (XORIS (XORI GPRC:$in, (LO16 imm:$imm)), (HI16 imm:$imm))>; // Same as above, but using a temporary. +/* def : Pattern<(xor GPRC:$in, imm:$imm), [(set GPRC:$tmp, (XORI GPRC:$in, (LO16 imm:$imm))), (XORIS GPRC:$tmp, (HI16 imm:$imm))]>; +*/ //===----------------------------------------------------------------------===//