repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
DebugInfo
/
PDB
/
Inputs
/
symbolformat-fpo.cpp
blob
56a5b26f2ca5b168f878980b1e5480aee99b1b71
1
// Compile with "cl /GR- /Zi /c /Ox /Oy symbolformat-fpo.cpp"
2
// Refer to symbolformat.cpp for linking instructions.
3
4
unsigned
fpo_func
(
unsigned
n
) {
5
return
n
*
2
;
6
}