[llvm] aa44815 - Remove unnecessary "using namespace llvm" inside "namespace llvm". NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 19 03:15:29 PST 2021
Author: Simon Pilgrim
Date: 2021-02-19T11:15:16Z
New Revision: aa44815f849f2928f998499b163c8c3230a73c95
URL: https://github.com/llvm/llvm-project/commit/aa44815f849f2928f998499b163c8c3230a73c95
DIFF: https://github.com/llvm/llvm-project/commit/aa44815f849f2928f998499b163c8c3230a73c95.diff
LOG: Remove unnecessary "using namespace llvm" inside "namespace llvm". NFCI.
Added:
Modified:
llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h b/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
index 0d53780ebffd..df27e91b2f39 100644
--- a/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
+++ b/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
@@ -41,7 +41,6 @@
#include "llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h"
namespace llvm {
-using namespace llvm;
using namespace sampleprof;
using namespace sampleprofutil;
using ProfileCount = Function::ProfileCount;
More information about the llvm-commits
mailing list