]> granicus.if.org Git - llvm/commit
Big programs have tons of global variable initializers, and most passes don't care
authorChris Lattner <sabre@nondot.org>
Fri, 25 Apr 2003 00:53:05 +0000 (00:53 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Apr 2003 00:53:05 +0000 (00:53 +0000)
commit5f73e38548c57636ad0ef8c719d040e166761962
treec17a075ab49b4daf6841f03808a9ed775cc6c4e5
parent16608b4c853ba883ac4bf5c642c4a9b4977a4fba
Big programs have tons of global variable initializers, and most passes don't care
about them.  Try to delete them if it doesn't affect the passes.

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