diff options
Diffstat (limited to 'include/llvm/IR/AutoUpgrade.h')
-rw-r--r-- | include/llvm/IR/AutoUpgrade.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/AutoUpgrade.h b/include/llvm/IR/AutoUpgrade.h index 9ecabec63f65..a4b3c410c4f6 100644 --- a/include/llvm/IR/AutoUpgrade.h +++ b/include/llvm/IR/AutoUpgrade.h @@ -66,6 +66,6 @@ namespace llvm { /// Upgrade a metadata string constant in place. void UpgradeMDStringConstant(std::string &String); -} // namespace llvm +} // End llvm namespace #endif |