]> granicus.if.org Git - clang/commitdiff
CodeGen: reorder ARM hint
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 2 May 2014 07:01:34 +0000 (07:01 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 2 May 2014 07:01:34 +0000 (07:01 +0000)
__yield is part of the ACLE specified extensions and not specific to MSVC.
Move the declaration for the hint to the proper group.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207830 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/BuiltinsARM.def

index c60c9c84f788edaed97d29f24535485aad00c61c..8ca93e735f64b2964a78f37773fd65a221eab0d3 100644 (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