mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-14 15:38:57 +00:00
Update CMake build. Add newline at end of file.
llvm-svn: 112332
This commit is contained in:
parent
412a170b04
commit
edb09ef2df
@ -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…
x
Reference in New Issue
Block a user