Go to file
Chris Lattner a1dc101f66 change llvm::MergeBlockIntoPredecessor to not merge two blocks BB1->BB2
when BB2 has its address taken.  Since it ends up doing BB2->rauw(BB1),
this can cause the address of the entry block to be taken.  Since it is
generally undesirable to nuke blocks whose address is taken, even when
we can, just unconditionally stop this xform.

llvm-svn: 85708
2009-11-01 04:57:33 +00:00
clang Add missing colons for FileCheck. 2009-10-31 20:42:26 +00:00
compiler-rt Fix CMakeLists.txt comment. 2009-10-31 21:08:10 +00:00
llvm change llvm::MergeBlockIntoPredecessor to not merge two blocks BB1->BB2 2009-11-01 04:57:33 +00:00