diff options
Diffstat (limited to 'include/llvm/IR/LegacyPassNameParser.h')
-rw-r--r-- | include/llvm/IR/LegacyPassNameParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/LegacyPassNameParser.h b/include/llvm/IR/LegacyPassNameParser.h index 39ae80d797c7..3f98e764fbc4 100644 --- a/include/llvm/IR/LegacyPassNameParser.h +++ b/include/llvm/IR/LegacyPassNameParser.h @@ -134,6 +134,6 @@ public: } }; -} // End llvm namespace +} // namespace llvm #endif |