Add inreg markers with the x86_fastcallcc calling convention.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 24 Oct 2012 01:58:58 +0000 (01:58 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 24 Oct 2012 01:58:58 +0000 (01:58 +0000)
commitb6932692234eba2472ef85a38434496e9342fd38
tree9693a70c02dbbd0ea97a491e467a73490055ab03
parent6d919fb67bf6aa3db09608fb2948b558977c6929
Add inreg markers with the x86_fastcallcc calling convention.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166537 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGen/attributes.c
test/CodeGen/stdcall-fastcall.c
test/CodeGenCXX/fastcall.cpp [new file with mode: 0644]