summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/IR/Module.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/IR/Module.h b/llvm/include/llvm/IR/Module.h
index 0f7a3ed47d4..79870b9455a 100644
--- a/llvm/include/llvm/IR/Module.h
+++ b/llvm/include/llvm/IR/Module.h
@@ -586,9 +586,9 @@ public:
return make_range(ifunc_begin(), ifunc_end());
}
-/// @}
-/// @name Convenience iterators
-/// @{
+ /// @}
+ /// @name Convenience iterators
+ /// @{
typedef concat_iterator<GlobalObject, iterator, global_iterator>
global_object_iterator;
OpenPOWER on IntegriCloud