diff options
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/Uops.h')
| -rw-r--r-- | llvm/tools/llvm-exegesis/lib/Uops.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/Uops.h b/llvm/tools/llvm-exegesis/lib/Uops.h index f75f2edd552..b2a5ea177f4 100644 --- a/llvm/tools/llvm-exegesis/lib/Uops.h +++ b/llvm/tools/llvm-exegesis/lib/Uops.h @@ -18,6 +18,7 @@ #include "BenchmarkRunner.h" #include "SnippetGenerator.h" +namespace llvm { namespace exegesis { class UopsSnippetGenerator : public SnippetGenerator { @@ -73,5 +74,6 @@ private: }; } // namespace exegesis +} // namespace llvm #endif // LLVM_TOOLS_LLVM_EXEGESIS_UOPS_H |

