SelectionDAGDumper.cpp - printrWithDepthHelper - remove dead code. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 30 Jul 2021 16:32:01 +0000 (17:32 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 30 Jul 2021 18:23:04 +0000 (19:23 +0100)
commit986841cca24139a20ebbcd8f8c8684aeb1812641
tree355c994ac55048f9b8c547fc5074b9ea27767100
parent1d77bb9e1b82fe35688416ff0987dd9f82eb2d2d
SelectionDAGDumper.cpp - printrWithDepthHelper - remove dead code. NFCI.

Fixes coverity warning - we have an early-out for unsigned depth == 0, so the depth < 1 early-out later on is dead code.
llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp