rename the child field to 'next'. This is not a parent/child
[oota-llvm.git] / include / llvm / CallingConv.h
index 318ea287510e724871496f8f332c550451f0353c..c54527c21877e57bb139ca83e71536fe1b451a81 100644 (file)
@@ -68,7 +68,10 @@ namespace CallingConv {
     ARM_AAPCS = 67,
 
     /// ARM_AAPCS_VFP - Same as ARM_AAPCS, but uses hard floating point ABI.
-    ARM_AAPCS_VFP = 68
+    ARM_AAPCS_VFP = 68,
+
+    /// MSP430_INTR - Calling convention used for MSP430 interrupt routines.
+    MSP430_INTR = 69
   };
 } // End CallingConv namespace