summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/PPCGCodeGeneration.cpp
diff options
context:
space:
mode:
authorPhilip Pfaffe <philip.pfaffe@gmail.com>2018-06-07 08:32:13 +0000
committerPhilip Pfaffe <philip.pfaffe@gmail.com>2018-06-07 08:32:13 +0000
commite6e182800498b5e3402109938d0a4f8d576c3d0f (patch)
tree4f5e7cd69182d69027611d12148ed7cdcfc6e798 /polly/lib/CodeGen/PPCGCodeGeneration.cpp
parent145825162a5828e114d3e7b3075336f5c129bf14 (diff)
downloadbcm5719-llvm-e6e182800498b5e3402109938d0a4f8d576c3d0f.tar.gz
bcm5719-llvm-e6e182800498b5e3402109938d0a4f8d576c3d0f.zip
Run clang-format
llvm-svn: 334172
Diffstat (limited to 'polly/lib/CodeGen/PPCGCodeGeneration.cpp')
-rw-r--r--polly/lib/CodeGen/PPCGCodeGeneration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/PPCGCodeGeneration.cpp b/polly/lib/CodeGen/PPCGCodeGeneration.cpp
index 40886de29d7..1b8d857ce66 100644
--- a/polly/lib/CodeGen/PPCGCodeGeneration.cpp
+++ b/polly/lib/CodeGen/PPCGCodeGeneration.cpp
@@ -1408,7 +1408,7 @@ const std::map<std::string, std::string> IntrinsicToLibdeviceFunc = {
///
/// 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;
OpenPOWER on IntegriCloud