repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git]
/
test
/
FrontendC
/
2004-02-20-Builtins.c
blob
0c9ac7cae8afb3c444e0e749c3eedf34e2ec3570
1
// RUN: %llvmgcc -O3 -xc %s -c -o - | llvm-dis | not grep builtin
2
3
#include <math.h>
4
5
void
zsqrtxxx
(
float
num
) {
6
num
=
sqrt
(
num
);
7
}
8