diff options
Diffstat (limited to 'llvm/tools/llvm-mca/include/Context.h')
-rw-r--r-- | llvm/tools/llvm-mca/include/Context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/llvm-mca/include/Context.h b/llvm/tools/llvm-mca/include/Context.h index 9d64ae32f1c..d383e2361be 100644 --- a/llvm/tools/llvm-mca/include/Context.h +++ b/llvm/tools/llvm-mca/include/Context.h @@ -25,6 +25,7 @@ #include "llvm/MC/MCSubtargetInfo.h" #include <memory> +namespace llvm { namespace mca { /// This is a convenience struct to hold the parameters necessary for creating @@ -64,4 +65,5 @@ public: }; } // namespace mca +} // namespace llvm #endif // LLVM_TOOLS_LLVM_MCA_CONTEXT_H |