jpienaar accepted this revision.
jpienaar added a comment.
This revision is now accepted and ready to land.

Looks good, thanks


================
Comment at: test/CodeGenCUDA/device-vtable.cu:37
@@ +36,3 @@
+  virtual void h_method();
+  __device__ virtual void d_method();
+};
----------------
Does the comment need to be updated to reflect vtable with NULL pointers?


http://reviews.llvm.org/D15309



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

Reply via email to