Remove unnecessary "using namespace llvm" inside "namespace llvm". NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 19 Feb 2021 11:15:16 +0000 (11:15 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 19 Feb 2021 11:15:16 +0000 (11:15 +0000)
llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h

index 0d53780..df27e91 100644 (file)
@@ -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;