summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/2008-03-24-BitField-And-Alloca.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/FrontendC/2008-03-24-BitField-And-Alloca.c')
-rw-r--r--llvm/test/FrontendC/2008-03-24-BitField-And-Alloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2008-03-24-BitField-And-Alloca.c b/llvm/test/FrontendC/2008-03-24-BitField-And-Alloca.c
index 8d77955ca06..71f296b6fc6 100644
--- a/llvm/test/FrontendC/2008-03-24-BitField-And-Alloca.c
+++ b/llvm/test/FrontendC/2008-03-24-BitField-And-Alloca.c
@@ -61,7 +61,7 @@ typedef union _Key {
unsigned long long lkey;
} Key;
-static /*inline __attribute__ ((always_inline))*/ void foo(const Key iospec, int* ret)
+static void foo(const Key iospec, int* ret)
{
*ret=0;
if(((iospec.key_io.lod == G_B) &&
OpenPOWER on IntegriCloud