diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-05-28 22:54:25 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-05-28 22:54:25 +0000 |
commit | a288ec412f3ffe2f5b2a985cba0553bc95ac591b (patch) | |
tree | 7b69daf83039a401c327ebdfd174bb48ea29ed76 | |
parent | f2f898a044ea41f451c7e058514b93609552e7c7 (diff) | |
download | bcm5719-llvm-a288ec412f3ffe2f5b2a985cba0553bc95ac591b.tar.gz bcm5719-llvm-a288ec412f3ffe2f5b2a985cba0553bc95ac591b.zip |
Prune trailing whitespace. (To regenerate makefiles)
llvm-svn: 304112
-rw-r--r-- | llvm/lib/CodeGen/GlobalISel/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt b/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt index 705ef74aac7..eba7ea8132e 100644 --- a/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt +++ b/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt @@ -25,11 +25,11 @@ endif() # In LLVMBuild.txt files, it is not possible to mark a dependency to a # library as optional. So instead, generate an empty library if we did -# not ask for it. +# not ask for it. add_llvm_library(LLVMGlobalISel ${GLOBAL_ISEL_BUILD_FILES} GlobalISel.cpp - + DEPENDS intrinsics_gen ) |