aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2020-06-01 21:53:19 -0700
committerCraig Topper <craig.topper@gmail.com>2020-06-01 21:55:13 -0700
commite51d5bc7a4fc967c8a99a75cfa9480eb6b3a4fae (patch)
treec4e64b32280ce73765753180b04ad0bc7d4d9a86 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parent3bb0d95fdc2fffd193d39d14f2ef421d4b468617 (diff)
downloadllvm-e51d5bc7a4fc967c8a99a75cfa9480eb6b3a4fae.zip
llvm-e51d5bc7a4fc967c8a99a75cfa9480eb6b3a4fae.tar.gz
llvm-e51d5bc7a4fc967c8a99a75cfa9480eb6b3a4fae.tar.bz2
[X86] Fix a few recursivelyDeleteUnusedNodes calls that were trying to delete nodes before their user was really gone.
We looked through a truncate to get to the load. So we should be deleting the truncate first. There is a check that the node is really unused before deleting so this didn't cause a functional issue.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions