X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FMachineBlockPlacement.cpp;h=f5e3056450116514c2960b7c7794a248257bef1b;hb=5666fc71f0e2ed2c0400d8bca079a1dd3f33fe53;hp=4beaa7f396436b47825b08499c522cba4fb1a802;hpb=0e59c4e3e8f8e105834d137cccb1e1bb731b5a13;p=oota-llvm.git diff --git a/lib/CodeGen/MachineBlockPlacement.cpp b/lib/CodeGen/MachineBlockPlacement.cpp index 4beaa7f3964..f5e30564501 100644 --- a/lib/CodeGen/MachineBlockPlacement.cpp +++ b/lib/CodeGen/MachineBlockPlacement.cpp @@ -1271,10 +1271,7 @@ void MachineBlockPlacement::buildCFGChains(MachineFunction &F) { // bool needUpdateBr = true; if (!Cond.empty() && (!FBB || FBB == ChainBB)) { - // XXX-disabled: Don't bother with added fake conditional branches. - /* PrevBB->updateTerminator(); - */ needUpdateBr = false; Cond.clear(); TBB = FBB = nullptr;