OSDN Git Service

SDAG: Clean up a dangling node in HexagonISelDAGToDAG::SelectImpl
authorJustin Bogner <mail@justinbogner.com>
Thu, 12 May 2016 21:24:23 +0000 (21:24 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 12 May 2016 21:24:23 +0000 (21:24 +0000)
commitfb5966a02ae58ab316271f622d790f91d110f0e3
treec88110bbf7091b6f65b11ac6d3b72c5cfdff4faa
parentabc00cb8135b941e5e424f3383a884444c214968
SDAG: Clean up a dangling node in HexagonISelDAGToDAG::SelectImpl

When we convert to the void Select interface, leaving unreferenced
nodes around won't be allowed anymore.

Part of llvm.org/pr26808.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269355 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp