commit | 377ba9f74201d7e013902a9ef7c86f03a5f4f54a | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu May 22 22:12:56 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu May 22 22:12:56 2008 +0000 |
tree | 5c0dea40dbd8119f14253a60bae596db45a34988 | |
parent | a3f30dd3d7958c57cc7e6d0dd22884ac5500636b [diff] |
Change uses of llvm::Type::isFirstClassType to use the new llvm::Type::isSingleValueType. Currently these two functions have the same behavior, but soon isFirstClassType will return true for struct and array types. Clang may some day want to use of isFirstClassType for some of these some day as an optimization, but it'll require some consideration. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51446 91177308-0d34-0410-b5e6-96231b3b80d8