Remove unnecessary "using namespace llvm" inside "namespace llvm". NFCI.

This commit is contained in:
Simon Pilgrim 2021-02-19 11:15:16 +00:00
parent 2258b367db
commit aa44815f84

View 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;