diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-08-13 21:52:57 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-08-13 21:52:57 +0000 |
commit | 43600e95ec3690b37d458a6d3d56941ad84cddcb (patch) | |
tree | bf03598678d104568387ba2722157f263e70bc28 /test | |
parent | 6de47d611edfb2b0a67a5f7105f82c4b24c1a014 (diff) | |
download | external_llvm-43600e95ec3690b37d458a6d3d56941ad84cddcb.zip external_llvm-43600e95ec3690b37d458a6d3d56941ad84cddcb.tar.gz external_llvm-43600e95ec3690b37d458a6d3d56941ad84cddcb.tar.bz2 |
Remove the TII::scheduleTwoAddrSource() hook.
It never does anything when running 'make check', and it get's in the
way of updating live intervals in 2-addr.
The hook was originally added to help form IT blocks in Thumb2 code
before register allocation, but the pass ordering has changed since
then, and we run if-conversion after register allocation now.
When the MI scheduler is enabled, there will be no less than two
schedulers between 2-addr and Thumb2ITBlockPass, so this hook is
unlikely to help anything.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161794 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions