Factory methods for function passes now return type FunctionPass *.
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 14 Aug 2003 06:09:32 +0000 (06:09 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 14 Aug 2003 06:09:32 +0000 (06:09 +0000)
commitbf3c4cfaad706db21ac82a4376e1899d0d7f0935
tree0554aebd575c26ce52252d94d08c2c151dc7ffbf
parent1d3fa21cdd115b48241ff031f01e6b489b077abf
Factory methods for function passes now return type FunctionPass *.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7839 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/CodeGen/InstrScheduling.h
include/llvm/CodeGen/InstrSelection.h
include/llvm/CodeGen/PeepholeOpts.h
include/llvm/CodeGen/RegisterAllocation.h
include/llvm/Transforms/Scalar.h
lib/CodeGen/InstrSched/InstrScheduling.cpp
lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/SparcV9PrologEpilogInserter.cpp
lib/Transforms/Scalar/DecomposeMultiDimRefs.cpp
lib/Transforms/Utils/LowerAllocations.cpp