summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitd48d1ec3203004ec6d7821115f7db2c865614e14 (patch)
tree860d1d5c94aaebf410872d47e53c2bed3a8ee6c3 /llvm/test/FrontendC
parent7f88a1b512f9060981e1e7e274eaec3249136910 (diff)
downloadbcm5719-llvm-d48d1ec3203004ec6d7821115f7db2c865614e14.tar.gz
bcm5719-llvm-d48d1ec3203004ec6d7821115f7db2c865614e14.zip
this doesn't depend on the gcc early inliner anymore.
llvm-svn: 61982
Diffstat (limited to 'llvm/test/FrontendC')
-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