| commit | c6c153be45eb250dea31070feb062f2d833b5bf8 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Fri Apr 09 01:14:31 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Fri Apr 09 01:14:31 2010 +0000 |
| tree | 46fe5f79a3399d1c7612cb3b11b868eb30db0218 | |
| parent | 81a4a72e84596093999553f8cdfd84b67b87e448 [diff] |
fix a SCCP miscompilation that could happen when a forced constant is changed to a constant, we would end up adding the instruction to the wrong worklist, preventing it from being properly revisited. This fixes rdar://7832370 llvm-svn: 100837