commit | 2fcfdb79d0d1d2297d7aced11b567cd52494604e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Dec 06 06:24:27 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Dec 06 06:24:27 2006 +0000 |
tree | 3ee447a4a8fe5085ab5652b2808215004791a506 | |
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