diff options
author | Chris Lattner <sabre@nondot.org> | 2008-05-11 01:55:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-05-11 01:55:59 +0000 |
commit | 5c8e8d7fc5b042153fe8b0f0813368c49ec007a5 (patch) | |
tree | dfaf2590208ea9543b51558fb034ba20d89d529b /lib/Support/APFloat.cpp | |
parent | 3a73c9e5f9e1f9baf77b744adf3adb53639b8af5 (diff) |
Fix various DOUTs to not call the extremely expensive Value::getName()
method. DOUT statements are disabled when assertions are off, but the
side effects of getName() are still evaluated. Just call getNameSTart,
which is close enough and doesn't cause heap traffic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50958 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/APFloat.cpp')
0 files changed, 0 insertions, 0 deletions