Rename DeleteBlockIfDead to DeleteDeadBlock and make it
authorChris Lattner <sabre@nondot.org>
Wed, 3 Dec 2008 06:40:52 +0000 (06:40 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Dec 2008 06:40:52 +0000 (06:40 +0000)
commit71af9b07a58a264064813545889cf6473ce23de6
treebc2e880e4b5bdd53cfb349bd09848eb5b745c75e
parent2b1ba24fb75e633560846e551acadade92783bb3
Rename DeleteBlockIfDead to DeleteDeadBlock and make it
unconditionally delete the block.  All likely clients will
do the checking anyway.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60464 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/BasicBlockUtils.h
lib/Transforms/Utils/BasicBlockUtils.cpp
lib/Transforms/Utils/SimplifyCFG.cpp