diff options
Diffstat (limited to 'include/llvm/IR/Comdat.h')
-rw-r--r-- | include/llvm/IR/Comdat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/Comdat.h b/include/llvm/IR/Comdat.h index 4d4c15fb68cd..50b11be6c818 100644 --- a/include/llvm/IR/Comdat.h +++ b/include/llvm/IR/Comdat.h @@ -61,6 +61,6 @@ inline raw_ostream &operator<<(raw_ostream &OS, const Comdat &C) { return OS; } -} // end llvm namespace +} // namespace llvm #endif |