[PATCH] D13373: Emiting invariant.group.barrier for ctors bugfix

Nick Lewycky via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 1 18:54:59 PDT 2015


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





More information about the cfe-commits mailing list