Use isSingleValueType instead of isFirstClassType to
authorDan Gohman <gohman@apple.com>
Fri, 23 May 2008 00:34:04 +0000 (00:34 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 23 May 2008 00:34:04 +0000 (00:34 +0000)
commit4fa2a3f0efe0081272b09550fef6251d355047e4
treeca6d290a88ab8e98e98fcadcb04e58edb8499dda
parent399101a5990621b0357009ab1852cc00f410a6c6
Use isSingleValueType instead of isFirstClassType to
exclude struct and array types.

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