[polly] r334172 - Run clang-format

Philip Pfaffe via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 7 01:32:14 PDT 2018


Author: pfaffe
Date: Thu Jun  7 01:32:13 2018
New Revision: 334172

URL: http://llvm.org/viewvc/llvm-project?rev=334172&view=rev
Log:
Run clang-format

Modified:
    polly/trunk/lib/CodeGen/PPCGCodeGeneration.cpp

Modified: polly/trunk/lib/CodeGen/PPCGCodeGeneration.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGen/PPCGCodeGeneration.cpp?rev=334172&r1=334171&r2=334172&view=diff
==============================================================================
--- polly/trunk/lib/CodeGen/PPCGCodeGeneration.cpp (original)
+++ polly/trunk/lib/CodeGen/PPCGCodeGeneration.cpp Thu Jun  7 01:32:13 2018
@@ -1408,7 +1408,7 @@ const std::map<std::string, std::string>
 ///
 /// Return "" if we are not compiling for CUDA.
 std::string getCUDALibDeviceFuntion(Function *F) {
-  auto FnName = [&] () -> const std::string {
+  auto FnName = [&]() -> const std::string {
     auto It = IntrinsicToLibdeviceFunc.find(F->getName());
     if (It != IntrinsicToLibdeviceFunc.end())
       return It->second;




More information about the llvm-commits mailing list