Swift Calling Convention: add swiftcc.

Differential Revision: http://reviews.llvm.org/D17863

llvm-svn: 265480
This commit is contained in:
Manman Ren
2016-04-05 22:41:47 +00:00
parent 64bba01a63
commit f8bdd88cd9
9 changed files with 232 additions and 0 deletions

View File

@@ -757,6 +757,7 @@ function. The operand fields are:
* ``anyregcc``: code 13
* ``preserve_mostcc``: code 14
* ``preserve_allcc``: code 15
* ``swiftcc`` : code 16
* ``cxx_fast_tlscc``: code 17
* ``x86_stdcallcc``: code 64
* ``x86_fastcallcc``: code 65