Instead of aborting if not a case we can handle specially, break out and
authorChris Lattner <sabre@nondot.org>
Fri, 21 Oct 2005 21:17:10 +0000 (21:17 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 21 Oct 2005 21:17:10 +0000 (21:17 +0000)
commitdabb8291e840053a3d1a2a550d157e9c5c3c38c9
treefa5057843be65890c59889cbefd5c8ace6c5ca4c
parent77a498cd7eb4e3f0e1fafff27f7e5c13a8cd7516
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23874 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCInstrInfo.td