[ADT] Remove a couple of the always inline attributes I added.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 21 Sep 2015 18:02:24 +0000 (18:02 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 21 Sep 2015 18:02:24 +0000 (18:02 +0000)
commit56fa307e514c4a792a821595c4fdb48d8b591fc5
tree005de5e142f1067f36b37e806cf8ef9c681c2900
parenteaf5bf99007d4de97304492cd698255c65103bac
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248188 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringRef.h