repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing newline to debug statement.
[llvm.git]
/
test
/
CodeGen
/
X86
/
2007-02-25-FastCCStack.ll
blob
2e2b56d04a25c20c99ca71b0942c1e150e85350d
1
; RUN: llc < %s -march=x86 -mcpu=pentium3
2
3
define internal fastcc double @ggc_rlimit_bound(double %limit) {
4
ret double %limit
5
}