The type of the 'abort' node should be pointer type (because
authorChris Lattner <sabre@nondot.org>
Tue, 15 Jan 2008 22:09:33 +0000 (22:09 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 15 Jan 2008 22:09:33 +0000 (22:09 +0000)
commit034f12ea0864a9cca0a74715d6fb06a8bf1dc775
treeacfd69532db4c508f20159227f6d5d43c0a7325f
parent48be23cd65313b055ca80acb843ed244b18cd980
The type of the 'abort' node should be pointer type (because
it's a function pointer) not MVT::Other.  This fixes builtin_trap
lowering on ppc, alpha, ia64

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46018 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp