Don't override subreg functions in targets without subregisters.
[oota-llvm.git] / include / llvm / CallingConv.h
index 49dcbb8e8009c1f3da074319a9d6918fdcc13c0e..4c5ee626709a22a1b178cde36082828c84a6a7fc 100644 (file)
@@ -94,10 +94,7 @@ namespace CallingConv {
 
     /// MBLAZE_INTR - Calling convention used for MBlaze interrupt support
     /// routines (i.e. GCC's save_volatiles attribute).
-    MBLAZE_SVOL = 74,
-
-    /// Win64_ThisCall - Calling convention used for method calls on Win64.
-    Win64_ThisCall = 75
+    MBLAZE_SVOL = 74
   };
 } // End CallingConv namespace