Chris Lattner 2fcfdb79d0 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32265 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-06 06:24:27 +00:00
..
2006-09-23 04:03:45 +00:00
2006-11-27 01:05:10 +00:00
2006-06-07 23:03:13 +00:00
2006-11-27 01:05:10 +00:00
2006-11-28 02:09:03 +00:00
2006-11-27 01:05:10 +00:00