[CXX TLS calling convention] Add CXX TLS calling convention.
[oota-llvm.git] / include / llvm / IR / CallingConv.h
index ac7cc9b74ab95f1764bf91bebc9165dc6827c62f..8204d3e2e812421f82ca9220e84e8bf87ce76a96 100644 (file)
@@ -72,6 +72,9 @@ namespace CallingConv {
     // Swift - Calling convention for Swift.
     Swift = 16,
 
+    // CXX_FAST_TLS - Calling convention for access functions.
+    CXX_FAST_TLS = 17,
+
     // Target - This is the start of the target-specific calling conventions,
     // e.g. fastcall and thiscall on X86.
     FirstTargetCC = 64,