Revert "Don't count inreg params when mangling fastcall functions"
authorReid Kleckner <reid@kleckner.net>
Thu, 23 Oct 2014 17:50:42 +0000 (17:50 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 23 Oct 2014 17:50:42 +0000 (17:50 +0000)
commit5b2787dfb263574ec94a1993c3f1627f9adf97da
tree257564efc00f74c2ef8ecb4d5a58fccec3aa4bb7
parentaedd994560e8714127a244f57d8a01474082c3f0
Revert "Don't count inreg params when mangling fastcall functions"

This reverts commit r214981.

I'm not sure what I was thinking when I wrote this. Testing with MSVC
shows that this function is mangled to '@f@8':
  int __fastcall f(int a, int b);

llvm-svn: 220492
llvm/lib/IR/Mangler.cpp
llvm/test/CodeGen/X86/byval-callee-cleanup.ll
llvm/test/CodeGen/X86/musttail-indirect.ll