Thanks!

================
Comment at: lib/CodeGen/CodeGenABITypes.cpp:67-68
@@ -66,3 +66,4 @@
                                          RequiredArgs args) {
-  return CGM->getTypes().arrangeLLVMFunctionInfo(returnType, argTypes,
-                                                info, args);
+  // We assume callers don't use this to get the LLVM types for C++ methods.
+  bool IsInstanceMethod = false;
+  return CGM->getTypes().arrangeLLVMFunctionInfo(returnType, IsInstanceMethod,
----------------
Richard Smith wrote:
> You don't need this comment any more, I don't think.
Sure


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

BRANCH
  x86_cdecl_method_cc

ARCANIST PROJECT
  clang
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to