mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-31 09:32:11 +00:00
Rename file to something more descriptive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112590 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cb21190cbd
commit
7aff1cd038
@ -3,6 +3,7 @@ add_llvm_library(LLVMScalarOpts
|
||||
BasicBlockPlacement.cpp
|
||||
CodeGenPrepare.cpp
|
||||
ConstantProp.cpp
|
||||
CorrelatedValuePropagation.cpp
|
||||
DCE.cpp
|
||||
DeadStoreElimination.cpp
|
||||
GEPSplitter.cpp
|
||||
@ -29,7 +30,6 @@ add_llvm_library(LLVMScalarOpts
|
||||
Sink.cpp
|
||||
TailDuplication.cpp
|
||||
TailRecursionElimination.cpp
|
||||
ValuePropagation.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMScalarOpts LLVMTransformUtils)
|
||||
|
Loading…
Reference in New Issue
Block a user