disable this for now
authorChris Lattner <sabre@nondot.org>
Thu, 15 Sep 2005 21:44:00 +0000 (21:44 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 Sep 2005 21:44:00 +0000 (21:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23366 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCInstrInfo.td

index d762acd4f183dd3420e9609e159bcf442f56ef9f..705fcea76aed9d08c5ccd4fdb0c076de41db35a8 100644 (file)
@@ -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))]>;
+*/
 
 
 //===----------------------------------------------------------------------===//