__fastcall and __stdcall are mingw extensions to gcc for windows. Use the
authorNick Lewycky <nicholas@mxc.ca>
Wed, 26 Nov 2008 03:17:27 +0000 (03:17 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 26 Nov 2008 03:17:27 +0000 (03:17 +0000)
commitf9ef5b3ff597cd32d9b4b56b1c55f72aa56f91d6
treebca95c6df9f68c3d55a855a9df5f3c1a890f0d6d
parent84d1b40d448663050f12fb4dee052db907ac4748
__fastcall and __stdcall are mingw extensions to gcc for windows. Use the
__attribute__ notation which is supported on more platforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60083 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp