[OpenMP][NFC] Clang format OMPIRBuilder
authorJohannes Doerfert <johannes@jdoerfert.de>
Thu, 2 Sep 2021 16:12:36 +0000 (11:12 -0500)
committerJohannes Doerfert <johannes@jdoerfert.de>
Thu, 23 Sep 2021 05:04:28 +0000 (00:04 -0500)
These files should be kept clang-formatted but diverge sometimes.

llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h

index 35b587b..2496714 100644 (file)
@@ -1005,14 +1005,16 @@ public:
   /// \param Loc The insert and source location description.
   /// \param IsSPMD Flag to indicate if the kernel is an SPMD kernel or not.
   /// \param RequiresFullRuntime Indicate if a full device runtime is necessary.
-  InsertPointTy createTargetInit(const LocationDescription &Loc, bool IsSPMD, bool RequiresFullRuntime);
+  InsertPointTy createTargetInit(const LocationDescription &Loc, bool IsSPMD,
+                                 bool RequiresFullRuntime);
 
   /// Create a runtime call for kmpc_target_deinit
   ///
   /// \param Loc The insert and source location description.
   /// \param IsSPMD Flag to indicate if the kernel is an SPMD kernel or not.
   /// \param RequiresFullRuntime Indicate if a full device runtime is necessary.
-  void createTargetDeinit(const LocationDescription &Loc, bool IsSPMD, bool RequiresFullRuntime);
+  void createTargetDeinit(const LocationDescription &Loc, bool IsSPMD,
+                          bool RequiresFullRuntime);
 
   ///}