Chris Lattner a7bef4a4e4 Minor code layout tweak: if we have something like this:
if (cond) goto BB2
BB1:
    ...
    return;
BB2:
   ...

Move BB1 to the end of the function so that the code falls through in the
non-return case.  This has the effect of moving assert (and other no-return
call) bodies and return blocks out of loops.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31855 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-18 20:47:54 +00:00
..
2006-11-17 09:44:28 +00:00
2006-08-25 19:54:53 +00:00
2006-11-02 20:25:50 +00:00
2006-11-11 20:27:49 +00:00
2006-11-05 19:31:28 +00:00