aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-01-09 05:49:27 +0000
committerChris Lattner <sabre@nondot.org>2009-01-09 05:49:27 +0000
commitd62fc8817cc4e7978ed41ba0b7dba85d1805083d (patch)
treeb69cab60c4e260ea9b6911ba40fe9b1a966d7572 /test/FrontendC
parent069c59c7d17a50b0497bf7c45b31c483e23a8efe (diff)
downloadexternal_llvm-d62fc8817cc4e7978ed41ba0b7dba85d1805083d.zip
external_llvm-d62fc8817cc4e7978ed41ba0b7dba85d1805083d.tar.gz
external_llvm-d62fc8817cc4e7978ed41ba0b7dba85d1805083d.tar.bz2
this doesn't depend on the gcc early inliner anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61982 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC')
-rw-r--r--test/FrontendC/2008-03-24-BitField-And-Alloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2008-03-24-BitField-And-Alloca.c b/test/FrontendC/2008-03-24-BitField-And-Alloca.c
index 8d77955..71f296b 100644
--- a/test/FrontendC/2008-03-24-BitField-And-Alloca.c
+++ b/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) &&