summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtins-arm-microsoft.c
blob: 682ec916a8ac4af9f9d954bf43895fab97ef5f32 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: %clang_cc1 -triple thumbv7-windows -emit-llvm -o - %s | FileCheck %s
// RUN: %clang_cc1 -triple armv7-eabi -emit-llvm -o - %s | FileCheck %s
// REQUIRES: arm-registered-target

void test_yield_intrinsic() {
  __yield();
}

// CHECK: call void @llvm.arm.hint(i32 1)

OpenPOWER on IntegriCloud