diff options
Diffstat (limited to 'llvm/tools/llvm-mca/PipelinePrinter.h')
-rw-r--r-- | llvm/tools/llvm-mca/PipelinePrinter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/llvm-mca/PipelinePrinter.h b/llvm/tools/llvm-mca/PipelinePrinter.h index a90b3a2af42..7e426383f21 100644 --- a/llvm/tools/llvm-mca/PipelinePrinter.h +++ b/llvm/tools/llvm-mca/PipelinePrinter.h @@ -24,6 +24,7 @@ #define DEBUG_TYPE "llvm-mca" +namespace llvm { namespace mca { /// A printer class that knows how to collects statistics on the @@ -48,5 +49,6 @@ public: void printReport(llvm::raw_ostream &OS) const; }; } // namespace mca +} // namespace llvm #endif // LLVM_TOOLS_LLVM_MCA_PIPELINEPRINTER_H |