summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Collector.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-05-11 01:55:59 +0000
committerChris Lattner <sabre@nondot.org>2008-05-11 01:55:59 +0000
commit47fed61526358fb60b4293e7393b70f181be4558 (patch)
tree5ca3fb53dc8b697373ff0fe9f6bbbb5b0264e415 /llvm/lib/CodeGen/Collector.cpp
parent82146fa2670d9fe114fe747181dcc7013cdcd18b (diff)
downloadbcm5719-llvm-47fed61526358fb60b4293e7393b70f181be4558.tar.gz
bcm5719-llvm-47fed61526358fb60b4293e7393b70f181be4558.zip
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. llvm-svn: 50958
Diffstat (limited to 'llvm/lib/CodeGen/Collector.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud