Prune trailing whitespace. (To regenerate makefiles)
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 28 May 2017 22:54:25 +0000 (22:54 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 28 May 2017 22:54:25 +0000 (22:54 +0000)
llvm-svn: 304112

llvm/lib/CodeGen/GlobalISel/CMakeLists.txt

index 705ef74..eba7ea8 100644 (file)
@@ -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
   )