LGTM.

================
Comment at: lib/CodeGen/CGException.cpp:95-97
@@ -91,1 +94,5 @@
+    llvm::Type *getExceptionValueType(CodeGenModule &CGM) const {
+      if (this == &MSVC_except_handler || this == &MSVC_C_specific_handler)
+        return CGM.Int32Ty;
+      return CGM.Int8PtrTy;
     }
----------------
Does this deserve a comment or have we documented this somewhere else?

http://reviews.llvm.org/D8825

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



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

Reply via email to