forked from OSchip/llvm-project
Remove unnecessary "using namespace llvm" inside "namespace llvm". NFCI.
This commit is contained in:
parent
2258b367db
commit
aa44815f84
llvm/include/llvm/Transforms/Utils
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue