Use isSingleValueType instead of isFirstClassType to
authorDan Gohman <gohman@apple.com>
Fri, 23 May 2008 00:17:26 +0000 (00:17 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 23 May 2008 00:17:26 +0000 (00:17 +0000)
commit399101a5990621b0357009ab1852cc00f410a6c6
treebb126219987a7e2ed5385d1c3f4d0e111f746740
parentbbcb34cafb1da98ff4bdb097020d252216c7627c
Use isSingleValueType instead of isFirstClassType to
exclude struct and array types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51459 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachOWriter.cpp
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/GlobalOpt.cpp