The "correct" fix for CBackend/2003-10-23-UnusedType.ll is to not even try
authorChris Lattner <sabre@nondot.org>
Sun, 2 Nov 2003 01:29:27 +0000 (01:29 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Nov 2003 01:29:27 +0000 (01:29 +0000)
commitfa395ec03639614925a111e91c7623efc14e8e3d
tree918421deeadf5c938e6e0573f0793a93a6dfad5b
parentba12c23ca7684c94dd538577827dce8b3c1cf451
The "correct" fix for CBackend/2003-10-23-UnusedType.ll is to not even try
to emit types which are not used.

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