Refactor data-in-code annotations.
[oota-llvm.git] / include / llvm / CallingConv.h
index 2679cb71396c1bb8aabfaee7265dbc1b3e9bbd63..4c5ee626709a22a1b178cde36082828c84a6a7fc 100644 (file)
@@ -87,7 +87,14 @@ namespace CallingConv {
 
     /// PTX_Device - Call to a PTX device function.
     /// Passes all arguments in register or parameter space.
-    PTX_Device = 72
+    PTX_Device = 72,
+
+    /// MBLAZE_INTR - Calling convention used for MBlaze interrupt routines.
+    MBLAZE_INTR = 73,
+
+    /// MBLAZE_INTR - Calling convention used for MBlaze interrupt support
+    /// routines (i.e. GCC's save_volatiles attribute).
+    MBLAZE_SVOL = 74
   };
 } // End CallingConv namespace