[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git] / test / CodeGen / attr-noinline.c
blobdbca71ff5fb27d983888d9f196f13e2a098923cf
1 // RUN: %clang_cc1 -g -emit-llvm -o %t %s
2 // RUN: grep 'noinline' %t
4 void t1() __attribute__((noinline));
6 void t1()