Ensure that fastcall'ed function is correctly mangled & stack is
[oota-llvm.git] / test / CodeGen / X86 / fastcall-correct-mangling.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mtriple=mingw32 | grep '@12'
2
3 ; Check that a fastcall function gets correct mangling
4
5 x86_fastcallcc void %func(long %X, ubyte %Y, ubyte %G, ushort %Z) {
6         ret void
7 }