diff options
author | Chris Lattner <sabre@nondot.org> | 2006-12-06 06:24:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-12-06 06:24:27 +0000 |
commit | 2fcfdb79d0d1d2297d7aced11b567cd52494604e (patch) | |
tree | 3ee447a4a8fe5085ab5652b2808215004791a506 /lib/Support/Statistic.cpp | |
parent | 3749c9cae41d2e682f67a41b07e0c50b46dbb000 (diff) |
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
Diffstat (limited to 'lib/Support/Statistic.cpp')
0 files changed, 0 insertions, 0 deletions