summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-09-15 21:44:00 +0000
committerChris Lattner <sabre@nondot.org>2005-09-15 21:44:00 +0000
commit0ebec06671380c110e1ba62509fa96257a92b760 (patch)
tree063997e50be98a024edf10af4890d3da8ad0c9aa /llvm/lib/Target/PowerPC
parenta0a986c9aea06b8029f3534f362e9ec0e0c4b45d (diff)
downloadbcm5719-llvm-0ebec06671380c110e1ba62509fa96257a92b760.tar.gz
bcm5719-llvm-0ebec06671380c110e1ba62509fa96257a92b760.zip
disable this for now
llvm-svn: 23366
Diffstat (limited to 'llvm/lib/Target/PowerPC')
-rw-r--r--llvm/lib/Target/PowerPC/PowerPCInstrInfo.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCInstrInfo.td b/llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
index d762acd4f18..705fcea76ae 100644
--- a/llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
+++ b/llvm/lib/Target/PowerPC/PowerPCInstrInfo.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))]>;
+*/
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud