diff options
author | Simon Marlow <marlowsd@gmail.com> | 2014-06-06 09:52:13 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2014-06-06 18:03:29 +0100 |
commit | e577a52363ee7ee8a07f1d863988332ae8fbf2e4 (patch) | |
tree | 85ae41441df2d5b38676f95643acfd50b543ed25 /compiler/codeGen/CodeGen | |
parent | b0215729214859051abf78f6cf5012805fe7d764 (diff) | |
download | haskell-e577a52363ee7ee8a07f1d863988332ae8fbf2e4.tar.gz |
Fix discarding of unreachable code in the register allocator (#9155)
A previous fix to this was wrong: f5879acd018494b84233f26fba828ce376d0f81d
and left some unreachable code behind. So rather than try to be clever and
do this at the same time as the strongly-connected-component analysis, I'm
doing a separate reachability pass first.
Diffstat (limited to 'compiler/codeGen/CodeGen')
0 files changed, 0 insertions, 0 deletions