Move the instcombine pass before globaldce, so that if globals are made dead by instc...
authorChris Lattner <sabre@nondot.org>
Thu, 26 Jun 2003 04:32:31 +0000 (04:32 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Jun 2003 04:32:31 +0000 (04:32 +0000)
commit293a33a9114f1c75163bd68f1fdd0bf0bb0a9905
tree53dae34c2fe4fdaf53dd6560b8a4242be2020f2f
parent5d243c2fa51490110bd105c1f5b6cfde9a3b8cc0
Move the instcombine pass before globaldce, so that if globals are made dead by instcombine, that they can be deleted.

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