diff options
Diffstat (limited to 'include/llvm/IR/ConstantFolder.h')
-rw-r--r-- | include/llvm/IR/ConstantFolder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/ConstantFolder.h b/include/llvm/IR/ConstantFolder.h index 4e87cd052afd..fb6ca3b3184c 100644 --- a/include/llvm/IR/ConstantFolder.h +++ b/include/llvm/IR/ConstantFolder.h @@ -240,6 +240,6 @@ public: } }; -} // namespace llvm +} #endif |