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-08-21-ComplexCst.c
blob
7ddd87c08e4854b48b1788c297727905133c27b4
1
// RUN: %llvmgcc -O2 -c %s -o /dev/null
2
void
f
(
_Complex
float
z
);
3
void
g
() {
f
(
1.0
i
); }