summaryrefslogtreecommitdiffstats
path: root/lib/IR/ConstantFold.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IR/ConstantFold.h')
-rw-r--r--lib/IR/ConstantFold.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IR/ConstantFold.h b/lib/IR/ConstantFold.h
index 715c429..42a9c6b 100644
--- a/lib/IR/ConstantFold.h
+++ b/lib/IR/ConstantFold.h
@@ -55,6 +55,6 @@ namespace llvm {
ArrayRef<Constant *> Idxs);
Constant *ConstantFoldGetElementPtr(Type *Ty, Constant *C, bool inBounds,
ArrayRef<Value *> Idxs);
-} // namespace llvm
+} // End llvm namespace
#endif
OpenPOWER on IntegriCloud