For PR1319: Upgrade to new test harness.
[oota-llvm.git] / test / CodeGen / X86 / fastcall-correct-mangling.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mtriple=mingw32 | \
2 ; RUN:   grep {@12}
3
4 ; Check that a fastcall function gets correct mangling
5
6 x86_fastcallcc void %func(long %X, ubyte %Y, ubyte %G, ushort %Z) {
7         ret void
8 }