aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/IR/InstIterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/IR/InstIterator.h')
-rw-r--r--include/llvm/IR/InstIterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/InstIterator.h b/include/llvm/IR/InstIterator.h
index f3ce6490fb66..a73d4898c142 100644
--- a/include/llvm/IR/InstIterator.h
+++ b/include/llvm/IR/InstIterator.h
@@ -153,6 +153,6 @@ inline iterator_range<const_inst_iterator> inst_range(const Function &F) {
return iterator_range<const_inst_iterator>(inst_begin(F), inst_end(F));
}
-} // End llvm namespace
+} // namespace llvm
#endif