[llvm-commits] CVS: llvm/test/CFrontend/2007-06-18-SextAttrAggregate.c

Chris Lattner sabre at nondot.org
Mon Jun 18 17:09:04 PDT 2007



Changes in directory llvm/test/CFrontend:

2007-06-18-SextAttrAggregate.c added (r1.1)
---
Log message:

testcase for PR1513: http://llvm.org/PR1513 


---
Diffs of the changes:  (+11 -0)

 2007-06-18-SextAttrAggregate.c |   11 +++++++++++
 1 files changed, 11 insertions(+)


Index: llvm/test/CFrontend/2007-06-18-SextAttrAggregate.c
diff -c /dev/null llvm/test/CFrontend/2007-06-18-SextAttrAggregate.c:1.1
*** /dev/null	Mon Jun 18 19:08:52 2007
--- llvm/test/CFrontend/2007-06-18-SextAttrAggregate.c	Mon Jun 18 19:08:42 2007
***************
*** 0 ****
--- 1,11 ----
+ // RUN: llvm-gcc %s -o - -S -emit-llvm -O3 | grep {i8 sext}
+ // PR1513
+ 
+ struct s{
+ long a;
+ long b;
+ };
+ 
+ void f(struct s a, char *b, char C) {
+ 
+ }






More information about the llvm-commits mailing list