Skip to content
  1. Nov 18, 2006
    • Chris Lattner's avatar
      Minor code layout tweak: if we have something like this: · 47ce2615
      Chris Lattner authored
        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.
      
      llvm-svn: 31855
      47ce2615
  2. Nov 17, 2006
  3. Nov 16, 2006
  4. Nov 15, 2006
  5. Nov 14, 2006
  6. Nov 11, 2006
  7. Nov 10, 2006
  8. Nov 09, 2006
  9. Nov 08, 2006
Loading