]> granicus.if.org Git - llvm/commit
MachineInstr: Do not skip dead def operands when printing.
authorMatthias Braun <matze@braunis.de>
Tue, 30 May 2017 23:09:21 +0000 (23:09 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 30 May 2017 23:09:21 +0000 (23:09 +0000)
commitcc67b03016e1aea78924ccbf80f7bc6d3b29ded3
tree721d014694219ae7f92c5de5eff723dee30f2b0f
parent4b7a5ae0a4d5d3bf7cb9294aeed914aa7727af05
MachineInstr: Do not skip dead def operands when printing.

This was introduced a long time ago in r86583 when regmask operands
didn't exist. Nowadays the behavior hurts more than it helps. This
removes it.

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