Fix problem where labels were being incorrectly elided, and fix problem
authorChris Lattner <sabre@nondot.org>
Wed, 23 Apr 2003 19:15:13 +0000 (19:15 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 23 Apr 2003 19:15:13 +0000 (19:15 +0000)
commitf1acd9623c642e2ad16c74a803d5c10934cb8402
tree7fe72b0cecb074d26f6f66190457a25aec1a9117
parentf5612b76bcbc8290b44f0e3deb677ee6ff0a95b8
Fix problem where labels were being incorrectly elided, and fix problem
where PHI copies where not emitted for the default label of switch insts

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5882 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp