OSDN Git Service

The code generator should work with unreachable blocks. If not, then this
authorChris Lattner <sabre@nondot.org>
Tue, 29 Jun 2004 07:20:16 +0000 (07:20 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Jun 2004 07:20:16 +0000 (07:20 +0000)
commit1b17438aa8bfba56ed98e6a40db48c5df40de623
treeb98f9eb410aaf4bbf6d3d3da90cc4f0f23d2fd7e
parent23a53aa9c4317a728cd185e8e803d7c7d9da5456
The code generator should work with unreachable blocks.  If not, then this
is a bug that should be fixed in the code generator, not papered over with
the simplifycfg pass.  Eliminating this makes bugpoint much more useful

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14477 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCTargetMachine.cpp