Create a pass to strip dead function declarations (prototypes). This is
authorReid Spencer <rspencer@reidspencer.com>
Mon, 5 Feb 2007 20:24:25 +0000 (20:24 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 5 Feb 2007 20:24:25 +0000 (20:24 +0000)
commitc19fbd6ec8a5a50d0dcea1325190570dffde2302
tree352ed40b9056f8d0160960c8e8621138c48cf362
parent90f1ad7bf4d98a47b5919dc1e9fd66dc1c1905b4
Create a pass to strip dead function declarations (prototypes). This is
for use by llvm-extract and bugpoint.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33916 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/StripDeadPrototypes.cpp [new file with mode: 0644]