Skip to content

Commit 7437e14

Browse files
authored
[NFC][SYCL] Move include to comply with clang-format (#16786)
Signed-off-by: Sidorov, Dmitry <[email protected]>
1 parent 22271ab commit 7437e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Passes/PassBuilder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@
238238
#include "llvm/Transforms/Instrumentation/PGOCtxProfLowering.h"
239239
#include "llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h"
240240
#include "llvm/Transforms/Instrumentation/PGOInstrumentation.h"
241-
#include "llvm/Transforms/Instrumentation/SPIRITTAnnotations.h"
242241
#include "llvm/Transforms/Instrumentation/RealtimeSanitizer.h"
242+
#include "llvm/Transforms/Instrumentation/SPIRITTAnnotations.h"
243243
#include "llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h"
244244
#include "llvm/Transforms/Instrumentation/SanitizerCoverage.h"
245245
#include "llvm/Transforms/Instrumentation/ThreadSanitizer.h"

0 commit comments

Comments
 (0)