]> granicus.if.org Git - clang/commit
Hosting a call to getAttr so that we don't call it multiple times for the same attrib...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 19 Dec 2013 13:16:35 +0000 (13:16 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 19 Dec 2013 13:16:35 +0000 (13:16 +0000)
commitb9d5ec18aeca2aab63e20a601643e01f371a07f1
tree374d7a3ce681451f4331084e9ef5d977d26fab04
parent1d0132b58b56ac1bdadc62e559b22dd4c4ebae73
Hosting a call to getAttr so that we don't call it multiple times for the same attribute. Also removes a hasAttr that's not required. No functional changes intended.

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