Commits

Arnold Schwaighofer committed fe5c3a2db77
LoopRotate: Don't assert on certain loop forms Since we don't have guaranteed preheader insertion (yet). We can have the situation where the new header (after rotation) is also a header of a nested loop. In such a case we must bail. Try harder to created preheader for nested loops though. Swift SVN r19881