Don't remove two operand, two result nodes from the binary ops map. These
authorChris Lattner <sabre@nondot.org>
Thu, 1 Dec 2005 23:14:50 +0000 (23:14 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 Dec 2005 23:14:50 +0000 (23:14 +0000)
commitfe14b34d83c085e6b7d46e915fdd9c21344e323b
treeb86b245a7f9d94706ab68d133bed9ffe7749bd20
parent43cb6effd3fce59141b64c6293c307e0d0ed145e
Don't remove two operand, two result nodes from the binary ops map.  These
should come from the arbitrary ops map.

This fixes Regression/CodeGen/PowerPC/2005-12-01-Crash.ll

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