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:
Saleem Abdulrasool 2014-05-02 07:01:34 +00:00
parent 38ed6de3a0
commit 24164efb88
1 changed files with 1 additions and 3 deletions

View File

@ -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