[PATCH] D21580: IR: Introduce Module::global_objects().
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 22 12:15:01 PDT 2016
rafael accepted this revision.
rafael added a reviewer: rafael.
rafael added a comment.
This revision is now accepted and ready to land.
LGTM other than the odd typedef name.
================
Comment at: include/llvm/IR/Module.h:620
@@ +619,3 @@
+ typedef
+ typename std::conditional<IsConst, const Module, Module>::type qModule;
+
----------------
qModule?
http://reviews.llvm.org/D21580
More information about the llvm-commits
mailing list