diff options
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/Clustering.h')
| -rw-r--r-- | llvm/tools/llvm-exegesis/lib/Clustering.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/Clustering.h b/llvm/tools/llvm-exegesis/lib/Clustering.h index c811020e0fe..9dc0adffb1e 100644 --- a/llvm/tools/llvm-exegesis/lib/Clustering.h +++ b/llvm/tools/llvm-exegesis/lib/Clustering.h @@ -19,6 +19,7 @@ #include "llvm/Support/Error.h" #include <vector> +namespace llvm { namespace exegesis { class InstructionBenchmarkClustering { @@ -109,5 +110,6 @@ private: }; } // namespace exegesis +} // namespace llvm #endif // LLVM_TOOLS_LLVM_EXEGESIS_CLUSTERING_H |

