Add sanity checking for BUILD_PAIR (I noticed the
authorDuncan Sands <baldrick@free.fr>
Wed, 29 Oct 2008 14:22:20 +0000 (14:22 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 29 Oct 2008 14:22:20 +0000 (14:22 +0000)
commitd22ec5f62813f8cf2ed8091f44a14377209b1a59
treee44982efd9dd16a78c8200883d8e35e6b6164e68
parent54898938673d2a13ce31626ec34b2d4d314b2c81
Add sanity checking for BUILD_PAIR (I noticed the
other day that PPC custom lowering could create
a BUILD_PAIR of two f64 with a result type of...
f64! - already fixed).  Fix a place that triggers
the sanity check.

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