select constant exprs should have the same constraints as select instructions,
authorChris Lattner <sabre@nondot.org>
Mon, 29 Dec 2008 00:16:12 +0000 (00:16 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Dec 2008 00:16:12 +0000 (00:16 +0000)
commit9ace0cdb12be5e9c213567209ace721dfeccaddf
treec378978c8d52a7271721c0f27eea84222a843737
parentb76ec320dc2d612990139122c01a1945f9d0e654
select constant exprs should have the  same constraints as select instructions,
notably, they should support vectors and aggregates.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61462 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Constants.cpp