Skip to content
Commit 78e2e8b5 authored by Chris Lattner's avatar Chris Lattner
Browse files

printName is almost always true. In the cases that mattered where it was false,

it was effectively set to true by this:

-  if ((PrintName || isa<GlobalValue>(V)) && V->hasName())
+  if (V->hasName())

Delete printname entirely.

llvm-svn: 32265
parent edcc8c2f
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