]> granicus.if.org Git - llvm/commit
BranchRelaxation: computeLiveIns() after creating new block
authorMatthias Braun <matze@braunis.de>
Sat, 27 May 2017 00:53:48 +0000 (00:53 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 27 May 2017 00:53:48 +0000 (00:53 +0000)
commitc6a4b1a1de43dec325b9ba5593e85a0cd1b899fb
treecfde20b7ecb8ce3e6986fc8fecbd3a23194494c0
parentabfdee4bbfe48a9ec43ac174c7886f730dfd2646
BranchRelaxation: computeLiveIns() after creating new block

One case in BranchRelaxation did not compute liveins after creating a
new block. This is catched by existing tests with an upcoming commit
that will improve MachineVerifier checking of livein lists.

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