| commit | 94a6f380bbbc7e45b554da07f6a5794a2fb2534c | [log] [tgz] |
|---|---|---|
| author | Hal Finkel <hfinkel@anl.gov> | Wed Dec 11 23:12:25 2013 +0000 |
| committer | Hal Finkel <hfinkel@anl.gov> | Wed Dec 11 23:12:25 2013 +0000 |
| tree | 578241cae4b030383e335d59756e409c9c94b614 | |
| parent | 78f4d95d09557e080a02e34fd7c87e96db2afa92 [diff] |
Fix the PPC subsumes-predicate check For one predicate to subsume another, they must both check the same condition register. Failure to check this prerequisite was causing miscompiles. Fixes PR18003. llvm-svn: 197089