Run GlobalDCE before deadtypeelim so that we do not retain types for global
authorChris Lattner <sabre@nondot.org>
Sat, 17 Aug 2002 22:38:02 +0000 (22:38 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 17 Aug 2002 22:38:02 +0000 (22:38 +0000)
commit0e4ca08843f8bacb893f09cecb1a8c750b443106
treee798262d9c2db8b3cc9d0a91a9f610b31e4dc067
parent22de210b60ab1fbc3a1625ee1b7aeade1e5ebd2f
Run GlobalDCE before deadtypeelim so that we do not retain types for global
variables that are obviously dead.  The most common case is %FILE

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3370 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gccas/gccas.cpp