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
/
2004-03-07-ComplexDivEquals.c
blob
c6c805a7b32c7255a71028ed552cea7c5a65a826
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
4
void
test
(
__complex__
double
D
,
double
X
) {
5
D
/=
X
;
6
}