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

void t1() __attribute__((noinline));

void t1()
{
}

OpenPOWER on IntegriCloud