nlewycky added a comment.

I can't meaningfully review this, but I see nothing wrong here.


================
Comment at: lib/CodeGen/CGClass.cpp:1378
@@ -1377,3 +1377,3 @@
 
-  bool BaseVPtrsInitialized = false;
+  llvm::Value* const OldThis = CXXThisValue;
   // Virtual base initializers first.
----------------
"llvm::Value* const" --> "llvm::Value *const"


http://reviews.llvm.org/D13373



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to