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

Function pointers make sense to me, thanks!
LGTM


================
Comment at: lib/CodeGen/CGDebugInfo.cpp:834
@@ -833,1 +833,3 @@
 
+static unsigned getDwarfCC(CallingConv CC) {
+  switch (CC) {
----------------
I just wanted to say that it would be nice to have this function in DIBuilder, 
but then realized that CallingConv is defined in clang.


http://reviews.llvm.org/D21141



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

Reply via email to