[llvm] 94c177e - [OpenMP][NFC] Clang format OMPIRBuilder

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 22 22:05:19 PDT 2021


Author: Johannes Doerfert
Date: 2021-09-23T00:04:28-05:00
New Revision: 94c177e6b29e7ea1211d1650ca6fd98c87cd2b05

URL: https://github.com/llvm/llvm-project/commit/94c177e6b29e7ea1211d1650ca6fd98c87cd2b05
DIFF: https://github.com/llvm/llvm-project/commit/94c177e6b29e7ea1211d1650ca6fd98c87cd2b05.diff

LOG: [OpenMP][NFC] Clang format OMPIRBuilder

These files should be kept clang-formatted but diverge sometimes.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h b/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
index 35b587b162eb7..2496714bdfa0c 100644
--- a/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
+++ b/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
@@ -1005,14 +1005,16 @@ class OpenMPIRBuilder {
   /// \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);
 
   ///}
 


        


More information about the llvm-commits mailing list