Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"
[oota-llvm.git] / docs / CodeGenerator.rst
index 81fa26438b75feff92400c737df4392295f3475d..3bc8ce1a9708ed4b5744f4e7e69e856ff4a51493 100644 (file)
@@ -2145,10 +2145,6 @@ The following target-specific calling conventions are known to backend:
   others via stack. Callee is responsible for stack cleaning. This convention is
   used by MSVC by default for methods in its ABI (CC ID = 70).
 
-* **X86_CDeclMethod** --- Identical to the standard x86_32 C calling convention,
-  except that an sret paramter, if present, is placed on the stack after the
-  second parameter, which must an integer or pointer.  (CC ID = 80).
-
 .. _X86 addressing mode:
 
 Representing X86 addressing modes in MachineInstrs