Adapt to recent clang-format changes

llvm-svn: 304136
This commit is contained in:
Tobias Grosser 2017-05-29 08:06:29 +00:00
parent b2f06eae8d
commit d9fb2842e7
1 changed files with 1 additions and 1 deletions

View File

@ -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