[NFC][SelectionDAG] Fix debug prints in salvageUnresolvedDbgValue
authorOCHyams <orlando.hyams@sony.com>
Fri, 8 Jul 2022 08:33:41 +0000 (09:33 +0100)
committerOCHyams <orlando.hyams@sony.com>
Fri, 8 Jul 2022 11:09:30 +0000 (12:09 +0100)
commit6b62ca904340f9684c3453161cff95981f870561
treeaea7fca3fd13aff133ccee4fa77be4542824451e
parent11541aa9fda927b96158756efbd283d2e8ae2d83
[NFC][SelectionDAG] Fix debug prints in salvageUnresolvedDbgValue

The prints are printing pointer values - fix by dereferencing the pointers.
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp