repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix test to not get a moduleid that matches 'br'
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
fastcall-correct-mangling.ll
blob
2b48f5f371d9d908b07f3eacb35faf03f5110d2c
1
; RUN: llc < %s -mtriple=i386-unknown-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