mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Update CMake build. Add newline at end of file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112332 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
14805e2afd
commit
6cfabc7974
@ -30,6 +30,7 @@ add_llvm_library(LLVMScalarOpts
|
||||
Sink.cpp
|
||||
TailDuplication.cpp
|
||||
TailRecursionElimination.cpp
|
||||
ValuePropagation.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMScalarOpts LLVMTransformUtils)
|
||||
|
@ -110,4 +110,4 @@ bool ValuePropagation::runOnFunction(Function &F) {
|
||||
SimplifyInstructionsInBlock(FI);
|
||||
|
||||
return changed;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user