]> granicus.if.org Git - clang/commit
when making a decl for __builtin_fabsf() make sure to
authorChris Lattner <sabre@nondot.org>
Wed, 30 Dec 2009 22:06:22 +0000 (22:06 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Dec 2009 22:06:22 +0000 (22:06 +0000)
commit551f7087786d1a5e257f4e2a0999da8c709437fd
treef50c1c1a47a588ebba2b8dd86186e25b2774abbd
parentf2017d13ebd4a617415d737fa99c7e013b4d5dd9
when making a decl for __builtin_fabsf() make sure to
attach the appropriate attributes to it.  I don't think
this manifests as any real change though, we're still
not getting the right LLVM IR attributes out of codegen.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92316 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp