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
[Demangle] Add a few more options to the microsoft demangler
[llvm-complete.git]
/
test
/
CodeGen
/
X86
/
tailccfp.ll
blob
32814e93f458ec2c3e54b7370262d4203df6b48c
1
; RUN: llc < %s -mtriple=i686-- | FileCheck %s
2
define tailcc i32 @bar(i32 %X, i32(double, i32) *%FP) {
3
%Y = tail call tailcc i32 %FP(double 0.0, i32 %X)
4
ret i32 %Y
5
; CHECK: jmpl
6
}