summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/attr-noinline.c
blob: 199c2918d42553ce9ceb11e8a92bc7188c1654a0 (plain)
1
2
3
4
5
6
7
8
9
// RUN: clang-cc -g -emit-llvm -o %t %s &&
// RUN: grep 'noinline' %t

void t1() __attribute__((noinline));

void t1()
{
}

OpenPOWER on IntegriCloud