summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCInstrInfo.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-21 21:17:10 +0000
committerChris Lattner <sabre@nondot.org>2005-10-21 21:17:10 +0000
commite296949fbef682f0676f972332e3150eb4ee7ed4 (patch)
treefe38cd9a90a6b10ec345cba6695b05942ff9dc2d /llvm/lib/Target/PowerPC/PPCInstrInfo.td
parent68b61a8c8fc9236de03079ff3a1f525ffd09d4ac (diff)
downloadbcm5719-llvm-e296949fbef682f0676f972332e3150eb4ee7ed4.tar.gz
bcm5719-llvm-e296949fbef682f0676f972332e3150eb4ee7ed4.zip
Instead of aborting if not a case we can handle specially, break out and
let the generic code handle it. This fixes CodeGen/Generic/2005-10-21-longlonggtu.ll on ppc. also, reindent this code llvm-svn: 23874
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCInstrInfo.td')
-rw-r--r--llvm/lib/Target/PowerPC/PPCInstrInfo.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.td b/llvm/lib/Target/PowerPC/PPCInstrInfo.td
index 97beafb4e54..0ca271d6317 100644
--- a/llvm/lib/Target/PowerPC/PPCInstrInfo.td
+++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.td
@@ -771,7 +771,6 @@ def : Pattern<(xor GPRC:$in, imm:$imm),
(XORIS GPRC:$tmp, (HI16 imm:$imm))]>;
*/
-
//===----------------------------------------------------------------------===//
// PowerPCInstrInfo Definition
//
OpenPOWER on IntegriCloud