forked from OSchip/llvm-project
Move MetaRenamer from Transforms/UTils to Transforms/IPO since it implements part of IPO.h
llvm-svn: 328209
This commit is contained in:
parent
938d9a0778
commit
0368417595
|
@ -24,6 +24,7 @@ add_llvm_library(LLVMipo
|
|||
LoopExtractor.cpp
|
||||
LowerTypeTests.cpp
|
||||
MergeFunctions.cpp
|
||||
MetaRenamer.cpp
|
||||
PartialInlining.cpp
|
||||
PassManagerBuilder.cpp
|
||||
PruneEH.cpp
|
||||
|
|
|
@ -35,7 +35,6 @@ add_llvm_library(LLVMTransformUtils
|
|||
LowerMemIntrinsics.cpp
|
||||
LowerSwitch.cpp
|
||||
Mem2Reg.cpp
|
||||
MetaRenamer.cpp
|
||||
ModuleUtils.cpp
|
||||
NameAnonGlobals.cpp
|
||||
OrderedInstructions.cpp
|
||||
|
|
Loading…
Reference in New Issue