llvm/lib/Transforms
Chris Lattner 5c8e8d7fc5 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
2008-05-11 01:55:59 +00:00
..
Hello Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Instrumentation Make several variable declarations static. 2008-05-06 01:53:16 +00:00
IPO Fix a type and formatting. 2008-05-09 12:20:10 +00:00
Scalar Fix various DOUTs to not call the extremely expensive Value::getName() 2008-05-11 01:55:59 +00:00
Utils Make several variable declarations static. 2008-05-06 01:53:16 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00