Skip to content

Commit b7c8345

Browse files
Fix clang-format errors
1 parent 31ef4a2 commit b7c8345

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

clang/test/CodeGenSYCL/remove-ur-inst.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %clang_cc1 -fsycl -fsycl-is-device -triple spir64-unknown-unknown-sycldevice -emit-llvm %s -o - | FileCheck %s
22

3-
4-
SYCL_EXTERNAL void doesNotReturn ()
5-
throw () __attribute__ ((__noreturn__));
6-
3+
SYCL_EXTERNAL void doesNotReturn() throw() __attribute__((__noreturn__));
74

85
template <typename name, typename Func>
96
__attribute__((sycl_kernel)) void kernel(Func kernelFunc) {

0 commit comments

Comments
 (0)