repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
CodeGen
/
X86
/
fastcall-correct-mangling.ll
blob
33b18bb8cc6ec2d5031158ee71ff622492237d19
1
; RUN: llc < %s -mtriple=i386-unknown-mingw32 | FileCheck %s
2
3
; Check that a fastcall function gets correct mangling
4
5
define x86_fastcallcc void @func(i64 %X, i8 %Y, i8 %G, i16 %Z) {
6
; CHECK: @func@20:
7
ret void
8
}
9