From 32401afd8cb86680afa1bc93e732b5fbc5a83401 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 22 Oct 2018 17:10:47 +0000 Subject: [llvm-exegesis] Move namespace exegesis inside llvm:: Summary: This allows simplifying references of llvm::foo with foo when the needs come in the future. Reviewers: courbet, gchatelet Reviewed By: gchatelet Subscribers: javed.absar, tschuett, llvm-commits Differential Revision: https://reviews.llvm.org/D53455 llvm-svn: 344922 --- llvm/tools/llvm-exegesis/lib/SnippetGenerator.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/tools/llvm-exegesis/lib/SnippetGenerator.cpp') diff --git a/llvm/tools/llvm-exegesis/lib/SnippetGenerator.cpp b/llvm/tools/llvm-exegesis/lib/SnippetGenerator.cpp index cdf54a32e4f..eb6a8577b57 100644 --- a/llvm/tools/llvm-exegesis/lib/SnippetGenerator.cpp +++ b/llvm/tools/llvm-exegesis/lib/SnippetGenerator.cpp @@ -20,6 +20,7 @@ #include "llvm/Support/FormatVariadic.h" #include "llvm/Support/Program.h" +namespace llvm { namespace exegesis { std::vector getSingleton(CodeTemplate &&CT) { @@ -222,3 +223,4 @@ void randomizeUnsetVariables(const llvm::BitVector &ForbiddenRegs, } } // namespace exegesis +} // namespace llvm -- cgit v1.2.3