diff options
Diffstat (limited to 'llvm/test/CFrontend/2007-06-18-SextAttrAggregate.c')
| -rw-r--r-- | llvm/test/CFrontend/2007-06-18-SextAttrAggregate.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/test/CFrontend/2007-06-18-SextAttrAggregate.c b/llvm/test/CFrontend/2007-06-18-SextAttrAggregate.c deleted file mode 100644 index 2fcd72607a2..00000000000 --- a/llvm/test/CFrontend/2007-06-18-SextAttrAggregate.c +++ /dev/null @@ -1,11 +0,0 @@ -// RUN: %llvmgcc %s -o - -S -emit-llvm -O3 | grep {i8 signext} -// PR1513 - -struct s{ -long a; -long b; -}; - -void f(struct s a, char *b, signed char C) { - -} |

