aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorEaswaran Raman <eraman@google.com>2016-01-28 23:44:41 +0000
committerEaswaran Raman <eraman@google.com>2016-01-28 23:44:41 +0000
commit30a93c1848777202c1bbf8ef756b9c5c1a86e19e (patch)
treebbda0f4718093987c399d1bc21b37e250f914c80 /clang/lib/CodeGen/CodeGenModule.cpp
parent494ee5b049f0eabddc2055f337dc4b3b006a6041 (diff)
downloadllvm-30a93c1848777202c1bbf8ef756b9c5c1a86e19e.zip
llvm-30a93c1848777202c1bbf8ef756b9c5c1a86e19e.tar.gz
llvm-30a93c1848777202c1bbf8ef756b9c5c1a86e19e.tar.bz2
Lower inlining threshold when the caller has minsize attribute.
When the caller has optsize attribute, we reduce the inlinining threshold to OptSizeThreshold (=75) if it is not already lower than that. We don't do the same for minsize and I suspect it was not intentional. This also addresses a FIXME regarding checking optsize attribute explicitly instead of using the right wrapper. Differential Revision: http://reviews.llvm.org/D16493 llvm-svn: 259120
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions