Skip to content

Commit f14c4f2

Browse files
committed
[SYCLNATIVECPU] put back NL to reduce noise
1 parent 094e10a commit f14c4f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3574,6 +3574,7 @@ class SyclKernelBodyCreator : public SyclKernelFieldHandler {
35743574
CompoundStmt *createKernelBody() {
35753575
// Push the Kernel function scope to ensure the scope isn't empty
35763576
SemaSYCLRef.SemaRef.PushFunctionScope();
3577+
35773578
if (!UseTopLevelKernelObj) {
35783579
// Initialize kernel object local clone
35793580
assert(CollectionInitExprs.size() == 1 &&

0 commit comments

Comments
 (0)