projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
069c59c
)
this doesn't depend on the gcc early inliner anymore.
author
Chris Lattner
<sabre@nondot.org>
Fri, 9 Jan 2009 05:49:27 +0000
(
05:49
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 9 Jan 2009 05:49:27 +0000
(
05:49
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61982
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC/2008-03-24-BitField-And-Alloca.c
patch
|
blob
|
history
diff --git
a/test/FrontendC/2008-03-24-BitField-And-Alloca.c
b/test/FrontendC/2008-03-24-BitField-And-Alloca.c
index 8d77955ca0654e192007778584e449d38877b700..71f296b6fc6a605108c955a35b3a7e6a47ac645e 100644
(file)
--- 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) &&