Chris Lattner eeba3f5695 fix rdar://8785296 - -fcatch-undefined-behavior generates inefficient code
The basic issue is that isel (very reasonably!) expects conditional branches
to be folded, so CGP leaving around a bunch dead computation feeding
conditional branches isn't such a good idea.  Just fold branches on constants
into unconditional branches.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123526 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-15 07:36:13 +00:00
..
2011-01-10 02:34:40 +00:00
2011-01-14 22:58:11 +00:00
2011-01-13 05:12:34 +00:00
2011-01-14 21:57:39 +00:00
2010-12-17 09:56:50 +00:00
2011-01-15 00:25:09 +00:00
2010-11-15 03:21:41 +00:00