[llvm-commits] [llvm] r68129 - in /llvm/trunk: include/llvm/CodeGen/MachineBasicBlock.h lib/CodeGen/MachineBasicBlock.cpp lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp

Bill Wendling isanbard at gmail.com
Tue Mar 31 11:42:31 PDT 2009


On Tue, Mar 31, 2009 at 11:39 AM, Dan Gohman <gohman at apple.com> wrote:
> Author: djg
> Date: Tue Mar 31 13:39:13 2009
> New Revision: 68129
>
> URL: http://llvm.org/viewvc/llvm-project?rev=68129&view=rev
> Log:
> Reapply 68073, with fixes. EH Landing-pad basic blocks are not
> entered via fall-through. Don't miss fallthroughs from blocks
> terminated by conditional branches. Also, move
> isOnlyReachableByFallthrough out of line.
>
Thanks, Dan!

-bw



More information about the llvm-commits mailing list