Implement DCE of global values
authorChris Lattner <sabre@nondot.org>
Mon, 26 Nov 2001 18:42:17 +0000 (18:42 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Nov 2001 18:42:17 +0000 (18:42 +0000)
commit30474bb92912b5097d8a515fae1ce1f53676c2b2
tree1aa373c534ff66a6e3ac03c95fe01397be216b4f
parent0bbe58f073b4b4a6f68b3e2ee6074fc314e8d19f
Implement DCE of global values

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