diff options
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/Clustering.cpp')
| -rw-r--r-- | llvm/tools/llvm-exegesis/lib/Clustering.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/Clustering.cpp b/llvm/tools/llvm-exegesis/lib/Clustering.cpp index b63afec945f..761629167bb 100644 --- a/llvm/tools/llvm-exegesis/lib/Clustering.cpp +++ b/llvm/tools/llvm-exegesis/lib/Clustering.cpp @@ -11,6 +11,7 @@ #include <string> #include <unordered_set> +namespace llvm { namespace exegesis { // The clustering problem has the following characteristics: @@ -170,3 +171,4 @@ InstructionBenchmarkClustering::create( } } // namespace exegesis +} // namespace llvm |

