SelectionDAGDumper: Leave out the <multiple use> markers
authorMatthias Braun <matze@braunis.de>
Fri, 18 Sep 2015 17:57:33 +0000 (17:57 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 18 Sep 2015 17:57:33 +0000 (17:57 +0000)
commit8aa8c4d086665f178ff8ea9067ab9cacfd4b7a7e
treee99250ca16c9e67021f8c4064fcfe71ac658a1ae
parent780502f6f23c72c1d20eff446c4c143df80f157b
SelectionDAGDumper: Leave out the <multiple use> markers

They mostly clutter the output while it is still possible to see which
node has multiple users without them.

Differential Revision: http://reviews.llvm.org/D12569

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