Index: lib/Target/ARM/ARMCallingConv.td |
diff --git a/lib/Target/ARM/ARMCallingConv.td b/lib/Target/ARM/ARMCallingConv.td |
index 83fa0130c72217857f2e81fd6e0fc5c56d173b72..db7d84958924b066a97881477158bec72a3fd5b3 100644 |
--- a/lib/Target/ARM/ARMCallingConv.td |
+++ b/lib/Target/ARM/ARMCallingConv.td |
@@ -242,4 +242,5 @@ def CSR_FIQ : CalleeSavedRegs<(add LR, R11, (sequence "R%u", 7, 0))>; |
// NaCl does not save R9, but otherwise uses the same order as AAPCS |
def CSR_NaCl : CalleeSavedRegs<(add LR, R11, R10, R8, R7, R6, R5, R4, |
(sequence "D%u", 15, 8))>; |
+def CSR_NaCl_EHRet : CalleeSavedRegs<(add CSR_NaCl, R1, R0)>; |
// @LOCALMOD-END |