]> granicus.if.org Git - clang/commit
Migrate the target attribute parsing code to returning an instance
authorEric Christopher <echristo@gmail.com>
Wed, 2 Sep 2015 20:40:12 +0000 (20:40 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 2 Sep 2015 20:40:12 +0000 (20:40 +0000)
commit9cf766fc9830166928bcba1bd9ef7b59a194eabf
treeb1e7d7b2d261c7a70fab94239423cf166bee9ef8
parent1eaaadc2171777e95b60869cb51675a75a00f4db
Migrate the target attribute parsing code to returning an instance
every time it's called rather than attempting to cache the result.
It's unlikely to be called frequently and the overhead of using
it in the first place is already factored out.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246706 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
lib/CodeGen/CGCall.cpp