Fix the problem with running cleanups in bugpoint: We were deleting arguments
authorChris Lattner <sabre@nondot.org>
Wed, 5 Nov 2003 21:53:41 +0000 (21:53 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 5 Nov 2003 21:53:41 +0000 (21:53 +0000)
commitb6e0631a942d83947eec7808e643e17648a08da5
treef96c999f8530ec5105f6c8618d63ea7b610b954e
parentb257e219050ca3457c60aa993e97dc19c089b6e2
Fix the problem with running cleanups in bugpoint:  We were deleting arguments
of intrinsic functions, causing the verifier to fail.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9745 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/DeadArgumentElimination.cpp