summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2017-05-29 08:06:29 +0000
committerTobias Grosser <tobias@grosser.es>2017-05-29 08:06:29 +0000
commitd9fb2842e75241b8404e5051b586b3f36d64f1e8 (patch)
tree5bfea4fa801bf50be622bea4d089fac1a4da5740
parentb2f06eae8da7f7497929cdf21eb675f827e5a691 (diff)
downloadbcm5719-llvm-d9fb2842e75241b8404e5051b586b3f36d64f1e8.tar.gz
bcm5719-llvm-d9fb2842e75241b8404e5051b586b3f36d64f1e8.zip
Adapt to recent clang-format changes
llvm-svn: 304136
-rw-r--r--polly/lib/Support/RegisterPasses.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Support/RegisterPasses.cpp b/polly/lib/Support/RegisterPasses.cpp
index 54f5dd5dcce..3ba7e44ae03 100644
--- a/polly/lib/Support/RegisterPasses.cpp
+++ b/polly/lib/Support/RegisterPasses.cpp
@@ -99,7 +99,7 @@ static cl::opt<TargetChoice>
,
clEnumValN(TARGET_GPU, "gpu", "generate GPU code")
#endif
- ),
+ ),
cl::init(TARGET_CPU), cl::ZeroOrMore, cl::cat(PollyCategory));
#ifdef GPU_CODEGEN
OpenPOWER on IntegriCloud