summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/builtins-arm.c
blob: 546f57a4a18a3b7a71679b1c15321b86060f1b0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// RUN: %clang_cc1 -Wall -Werror -triple thumbv7-eabi -target-cpu cortex-a8 -O3 -emit-llvm -o - %s | FileCheck %s

void *f0()
{
  return __builtin_thread_pointer();
}

void f1(char *a, char *b) {
	__clear_cache(a,b);
}

// CHECK: call void @__clear_cache
OpenPOWER on IntegriCloud