Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / CodeGen / X86 / fastcall-correct-mangling.ll
blob303fce5b89e3d0cc2a911c9ce11b9b559b0617c8
1 ; RUN: llvm-as < %s | llc -mtriple=i386-unknown-mingw32 | \
2 ; RUN:   grep {@12}
4 ; Check that a fastcall function gets correct mangling
6 define x86_fastcallcc void @func(i64 %X, i8 %Y, i8 %G, i16 %Z) {
7         ret void