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:
46cd5a1
)
PR3290 is now fixed.
author
Chris Lattner
<sabre@nondot.org>
Fri, 9 Jan 2009 05:46:19 +0000
(
05:46
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 9 Jan 2009 05:46:19 +0000
(
05:46
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61981
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 b76c75793d0df90248d51e95fb9d6e1ea8a9910b..8d77955ca0654e192007778584e449d38877b700 100644
(file)
--- a/
test/FrontendC/2008-03-24-BitField-And-Alloca.c
+++ b/
test/FrontendC/2008-03-24-BitField-And-Alloca.c
@@
-1,9
+1,5
@@
-// RUN: %llvmgcc -S --emit-llvm %s -o - | not grep "\{ i8, .7 x i8. \}"
// RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
-// FIXME: This fails due to r61493.
-// XFAIL: *
-
enum {
PP_C,
PP_D,
@@
-65,7
+61,7
@@
typedef union _Key {
unsigned long long lkey;
} Key;
-static
inline __attribute__ ((always_inline))
void foo(const Key iospec, int* ret)
+static
/*inline __attribute__ ((always_inline))*/
void foo(const Key iospec, int* ret)
{
*ret=0;
if(((iospec.key_io.lod == G_B) &&