mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-03 14:08:57 +00:00
Update and sort CMakeLists.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207785 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
167a57ca45
commit
896ae15635
@ -5,19 +5,19 @@ add_llvm_library(LLVMScalarOpts
|
||||
CorrelatedValuePropagation.cpp
|
||||
DCE.cpp
|
||||
DeadStoreElimination.cpp
|
||||
Scalarizer.cpp
|
||||
EarlyCSE.cpp
|
||||
GlobalMerge.cpp
|
||||
FlattenCFGPass.cpp
|
||||
GVN.cpp
|
||||
GlobalMerge.cpp
|
||||
IndVarSimplify.cpp
|
||||
JumpThreading.cpp
|
||||
LICM.cpp
|
||||
LoopDeletion.cpp
|
||||
LoopIdiomRecognize.cpp
|
||||
LoopInstSimplify.cpp
|
||||
LoopRerollPass.cpp
|
||||
LoopRotation.cpp
|
||||
LoopStrengthReduce.cpp
|
||||
LoopRerollPass.cpp
|
||||
LoopUnrollPass.cpp
|
||||
LoopUnswitch.cpp
|
||||
LowerAtomic.cpp
|
||||
@ -25,13 +25,14 @@ add_llvm_library(LLVMScalarOpts
|
||||
PartiallyInlineLibCalls.cpp
|
||||
Reassociate.cpp
|
||||
Reg2Mem.cpp
|
||||
SampleProfile.cpp
|
||||
SCCP.cpp
|
||||
SROA.cpp
|
||||
SampleProfile.cpp
|
||||
Scalar.cpp
|
||||
ScalarReplAggregates.cpp
|
||||
Scalarizer.cpp
|
||||
SeparateConstOffsetFromGEP.cpp
|
||||
SimplifyCFGPass.cpp
|
||||
FlattenCFGPass.cpp
|
||||
Sink.cpp
|
||||
StructurizeCFG.cpp
|
||||
TailRecursionElimination.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user