diff options
Diffstat (limited to 'contrib/llvm/lib/CodeGen/AsmPrinter/AddressPool.h')
-rw-r--r-- | contrib/llvm/lib/CodeGen/AsmPrinter/AddressPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/lib/CodeGen/AsmPrinter/AddressPool.h b/contrib/llvm/lib/CodeGen/AsmPrinter/AddressPool.h index 211fc98..e0ce3f9 100644 --- a/contrib/llvm/lib/CodeGen/AsmPrinter/AddressPool.h +++ b/contrib/llvm/lib/CodeGen/AsmPrinter/AddressPool.h @@ -48,5 +48,5 @@ public: void resetUsedFlag() { HasBeenUsed = false; } }; -} +} // namespace llvm #endif |