Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in
authorChris Lattner <sabre@nondot.org>
Tue, 22 Jan 2002 00:13:51 +0000 (00:13 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 22 Jan 2002 00:13:51 +0000 (00:13 +0000)
commit5048c3b853b8be541479e300705a88375569c8b1
tree06ad0297d913d6ca52869480e2ee7cf69bc57b97
parent8445372636eaacad7dc34f12769a290675e351b9
Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in
the ChangeAllocations.h header file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1522 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/ChangeAllocations.h
include/llvm/Transforms/IPO.h
lib/Transforms/IPO/DeadTypeElimination.cpp
lib/Transforms/Utils/LowerAllocations.cpp
tools/gccas/gccas.cpp
tools/opt/opt.cpp