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
Loading
Please register or sign in to comment