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
make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git]
/
test
/
FrontendC
/
2005-09-20-ComplexConstants.c
blob
209adc502fa5cb531ed1340404a4f62ee3cf6fbe
1
// RUN: %llvmgcc %s -S -o - | llvm-as -o /dev/null
2
3
const double
_Complex x
[] = {
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
};
4