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
Teach getZeroExtendExpr and getSignExtendExpr to use trip-count
[llvm/msp430.git]
/
test
/
CodeGen
/
X86
/
fastcall-correct-mangling.ll
blob
d2db2795512d13bd1e9a0a3533b6dc4aae6d47c4
1
; RUN: llvm-as < %s | llc -march=x86 -mtriple=mingw32 | \
2
; RUN: grep {@12}
3
4
; Check that a fastcall function gets correct mangling
5
6
define x86_fastcallcc void @func(i64 %X, i8 %Y, i8 %G, i16 %Z) {
7
ret void
8
}
9