aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/llvm_backend.hpp')
-rw-r--r--src/llvm_backend.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/llvm_backend.hpp b/src/llvm_backend.hpp
index 884b87998..e10471527 100644
--- a/src/llvm_backend.hpp
+++ b/src/llvm_backend.hpp
@@ -726,6 +726,8 @@ lbCallingConventionKind const lb_calling_convention_map[ProcCC_MAX] = {
lbCallingConvention_X86_64_SysV, // ProcCC_SysV,
lbCallingConvention_PreserveNone, // ProcCC_PreserveNone,
+ lbCallingConvention_PreserveMost, // ProcCC_PreserveMost,
+ lbCallingConvention_PreserveAll, // ProcCC_PreserveAll,
};