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
/
2008-05-06-CFECrash.c
blob
94d556c1ec29073f0ff422e41a78d8c710ae6fe4
1
// RUN: %llvmgcc -S -O2 %s -o /dev/null
2
// PR2292.
3
__inline__
__attribute__
((
__pure__
))
int
g
(
void
) {}
4
void
f
(
int
k
) {
k
=
g
(); }