| commit | e5521db5bc0f5ffe7fd5d83d5cda155826594320 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Wed Feb 22 23:55:00 2006 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Wed Feb 22 23:55:00 2006 +0000 |
| tree | 1b9ce113fe22d98b73902a8b1d409a6d12cc60fe | |
| parent | a61d2e88787a584ba10ed6533736979240a6ce41 [diff] |
Fix Regression/Transforms/LoopUnswitch/2006-02-22-UnswitchCrash.ll, which caused SPASS to fail building last night. We can't trivially unswitch a loop if the exit block has phi nodes in it, because we don't know which predecessor to use. llvm-svn: 26320