forked from OSchip/llvm-project
CodeGen: reorder ARM hint
__yield is part of the ACLE specified extensions and not specific to MSVC. Move the declaration for the hint to the proper group. llvm-svn: 207830
This commit is contained in:
parent
38ed6de3a0
commit
24164efb88
|
@ -59,13 +59,11 @@ BUILTIN(__builtin_arm_crc32d, "UiUiLLUi", "nc")
|
|||
BUILTIN(__builtin_arm_crc32cd, "UiUiLLUi", "nc")
|
||||
|
||||
// HINT
|
||||
BUILTIN(__yield, "v", "")
|
||||
BUILTIN(__sevl, "v", "")
|
||||
|
||||
// Data barrier
|
||||
BUILTIN(__builtin_arm_dmb, "vUi", "nc")
|
||||
BUILTIN(__builtin_arm_dsb, "vUi", "nc")
|
||||
|
||||
// MSVC
|
||||
BUILTIN(__yield, "v", "")
|
||||
|
||||
#undef BUILTIN
|
||||
|
|
Loading…
Reference in New Issue