[PATCH] D21580: IR: Introduce Module::global_objects().

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 05:17:50 PDT 2016


rafael added a subscriber: rafael.

================
Comment at: include/llvm/IR/Module.h:610
@@ -609,1 +609,3 @@
 
+  template<class IType, class GIType, class GOType, class MType>
+  class global_object_iterator_t {
----------------
Why do you need the template?

MType is always Module, for example.


http://reviews.llvm.org/D21580





More information about the llvm-commits mailing list