diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-01-09 05:49:27 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-01-09 05:49:27 +0000 |
| commit | d48d1ec3203004ec6d7821115f7db2c865614e14 (patch) | |
| tree | 860d1d5c94aaebf410872d47e53c2bed3a8ee6c3 /llvm/test/FrontendC | |
| parent | 7f88a1b512f9060981e1e7e274eaec3249136910 (diff) | |
| download | bcm5719-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.c | 2 |
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) && |

