================
Comment at: lib/CodeGen/CodeGenFunction.h:1159
@@ +1158,3 @@
+  void EmitCallAndReturnForThunk(GlobalDecl GD, llvm::Value *Callee,
+                                 llvm::Value *ThisPtr,
+                                 const ThunkInfo *Thunk);
----------------
Do you need ThisPtr as a parameter yet?
You pass `CGF.LoadCXXThis()` as an argument in both places.


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

Reply via email to