[PATCH] [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'

David Majnemer david.majnemer at gmail.com
Thu Jan 30 17:30:42 PST 2014


  Given the alternatives, this seems least nasty.


================
Comment at: lib/AsmParser/LLParser.cpp:1355
@@ -1354,3 +1354,3 @@
 ///   ::= 'fastcc'
-///   ::= 'kw_intel_ocl_bicc'
+///   ::= 'intel_ocl_bicc'
 ///   ::= 'coldcc'
----------------
An unrelated change, I wouldn't stick it in here.


http://llvm-reviews.chandlerc.com/D2663

BRANCH
  x86_cdecl_method_cc

ARCANIST PROJECT
  llvm



More information about the llvm-commits mailing list