| commit | 713ab3796512498b5f4e6ed79ea2ff4e6aa8df9b | [log] [tgz] |
|---|---|---|
| author | Cameron Zwarich <zwarich@apple.com> | Sun Dec 19 18:03:27 2010 +0000 |
| committer | Cameron Zwarich <zwarich@apple.com> | Sun Dec 19 18:03:27 2010 +0000 |
| tree | f88b873d791fae693250cd39a9cbe7e6a0879849 | |
| parent | f29562db25102c42a9eab1dc8515a36aea3cc78f [diff] |
Remove some checks for StrongPHIElim. These checks make it impossible to use an alternative register allocator that does not require LiveIntervals by specifying it on the command-line for a target that has StrongPHIElimination enabled by default. These checks are pretty meaningless anyways, since StrongPHIElimination and PHIElimination are never used at the same time. llvm-svn: 122176