]> granicus.if.org Git - llvm/commit
CodeGen: Do not add a global's address space to the folding set profile.
authorPeter Collingbourne <peter@pcc.me.uk>
Mon, 24 Oct 2016 18:56:09 +0000 (18:56 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Mon, 24 Oct 2016 18:56:09 +0000 (18:56 +0000)
commit7fbfd5919b0a70f16ae77b4a222b738e1c9a8ad5
treec8e5884eb2fba0fd86902c02430e3c982747a963
parentd8487447f02b1474e41e11a2324d75737ef78d28
CodeGen: Do not add a global's address space to the folding set profile.

It is already part of the type (which is part of the global, which is already
being added), so there's no need to do it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285002 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp