]> granicus.if.org Git - clang/commit
[X86] Remove a couple calls to create V2F64 and V4F32 types for builtin handling...
authorCraig Topper <craig.topper@gmail.com>
Fri, 8 Jul 2016 01:48:44 +0000 (01:48 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 8 Jul 2016 01:48:44 +0000 (01:48 +0000)
commit6ae7a2995f6ac4cd6d45c96249e6552ffd49232c
treeb716479f546a5c95de1213286ec5f7cda55f8869
parent6902f2870a4968f4f9214e7cd19bb2fd10f8747b
[X86] Remove a couple calls to create V2F64 and V4F32 types for builtin handling. Just get the type from the operand of the builtin instead. NFC

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274820 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp