diff options
Diffstat (limited to 'contrib/llvm/include/llvm/PassSupport.h')
-rw-r--r-- | contrib/llvm/include/llvm/PassSupport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/include/llvm/PassSupport.h b/contrib/llvm/include/llvm/PassSupport.h index 6cb6516..af1a195 100644 --- a/contrib/llvm/include/llvm/PassSupport.h +++ b/contrib/llvm/include/llvm/PassSupport.h @@ -245,6 +245,6 @@ struct PassRegistrationListener { }; -} // End llvm namespace +} // namespace llvm #endif |