Skip to content

Commit

Permalink
[FIX] Order macros after D72304
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoerfert committed Feb 15, 2020
1 parent b91c267 commit a0236de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
Expand Up @@ -225,14 +225,14 @@ __OMP_RTL(omp_set_nested, false, Void, Int32)
__OMP_RTL(omp_set_schedule, false, Void, Int32, Int32)
__OMP_RTL(omp_set_max_active_levels, false, Void, Int32)

__OMP_RTL(__last, false, Void, )

__OMP_RTL(__kmpc_master, false, Int32, IdentPtr, Int32)
__OMP_RTL(__kmpc_end_master, false, Void, IdentPtr, Int32)
__OMP_RTL(__kmpc_critical, false, Void, IdentPtr, Int32, KmpCriticalNamePtrTy)
__OMP_RTL(__kmpc_critical_with_hint, false, Void, IdentPtr, Int32, KmpCriticalNamePtrTy, Int32)
__OMP_RTL(__kmpc_end_critical, false, Void, IdentPtr, Int32, KmpCriticalNamePtrTy)

__OMP_RTL(__last, false, Void, )

#undef __OMP_RTL
#undef OMP_RTL

Expand Down

0 comments on commit a0236de

Please sign in to comment.