forked from OSchip/llvm-project
[SampleFDO] Fix MSVC "namespace uses itself" warning (NFC)
MSVC warning: ``` SampleProfileLoaderBaseImpl.h(41): warning C4515: 'llvm': namespace uses itself ```
This commit is contained in:
parent
3279943adf
commit
a23e6b321c
|
@ -38,7 +38,6 @@
|
|||
#include "llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h"
|
||||
|
||||
namespace llvm {
|
||||
using namespace llvm;
|
||||
using namespace sampleprof;
|
||||
using namespace sampleprofutil;
|
||||
using ProfileCount = Function::ProfileCount;
|
||||
|
|
Loading…
Reference in New Issue