Skip to content
Commit 47fed615 authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 82146fa2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment