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-11-28 22:49:32 +00:00
2006-12-05 23:50:48 +00:00
2006-12-06 01:48:55 +00:00
2006-11-02 20:25:50 +00:00
2006-12-02 02:22:01 +00:00
2006-05-17 22:55:35 +00:00