repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
FrontendC
/
2007-06-18-SextAttrAggregate.c
blob
2fcd72607a2a6c96e7d376949271f767fcace11d
1
// RUN: %llvmgcc %s -o - -S -emit-llvm -O3 | grep {i8 signext}
2
// PR1513
3
4
struct
s
{
5
long
a
;
6
long
b
;
7
};
8
9
void
f
(
struct
s a
,
char
*
b
,
signed char
C
) {
10
11
}