aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunctionPass.cpp
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2016-02-25 14:08:48 +0000
committerMichael Kruse <llvm@meinersbur.de>2016-02-25 14:08:48 +0000
commitf33c125dd253981c6ff2bb9505e1d98682c3e846 (patch)
tree14df723fc2eaa76ee3c39492bcaa687354de9ba7 /llvm/lib/CodeGen/MachineFunctionPass.cpp
parent8c83078449b811af5a497faa1637b94f6950fdd2 (diff)
downloadllvm-f33c125dd253981c6ff2bb9505e1d98682c3e846.zip
llvm-f33c125dd253981c6ff2bb9505e1d98682c3e846.tar.gz
llvm-f33c125dd253981c6ff2bb9505e1d98682c3e846.tar.bz2
Fix DomTree preservation for generated subregions.
The generated dedicated subregion exit block was assumed to have the same dominance relation as the original exit block. This is incorrect if the exit block receives other edges than only from the subregion, which results in that e.g. the subregion's entry block does not dominate the exit block. llvm-svn: 261865
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunctionPass.cpp')
0 files changed, 0 insertions, 0 deletions