blob: 555375754959801a2ba87921c27c33444e6184ab [file] [log] [blame]
// RUN: %clang_cc1 -triple thumbv7-eabi -target-cpu cortex-a8 -O3 -emit-llvm -o %t %s
void *f0()
{
return __builtin_thread_pointer();
}