diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-09-21 18:02:24 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-09-21 18:02:24 +0000 |
commit | be58ff82325e8892dc8199f2ca0acba887507895 (patch) | |
tree | 7e9b3481bd7327fa52d5801ad345262901693ed0 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 82a13bf36cf26cc69bb0c0bd3f72071539b9d729 (diff) | |
download | llvm-be58ff82325e8892dc8199f2ca0acba887507895.zip llvm-be58ff82325e8892dc8199f2ca0acba887507895.tar.gz llvm-be58ff82325e8892dc8199f2ca0acba887507895.tar.bz2 |
[ADT] Remove a couple of the always inline attributes I added.
Based on conversations with Justin and a few others, these constructors
are really useful to have in the executable so that you can call them
from the debugger. After some measurements, these *particular* calls
aren't so problematic as to make them a good tradeoff for always inline.
Please let me know if there are other functions really needed for
debugging. The always inline attribute is a hack that we should only
really employ when it doesn't hurt.
llvm-svn: 248188
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions