mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 09:54:09 +00:00
Header hygiene: remove using directive and #undef DEBUG_TYPE once we're done.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214263 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
56a165cc96
commit
0630cb25a1
@ -25,7 +25,7 @@
|
||||
#include <iterator>
|
||||
#include <set>
|
||||
|
||||
using namespace llvm;
|
||||
namespace llvm {
|
||||
|
||||
#define DEBUG_TYPE "region"
|
||||
|
||||
@ -916,4 +916,8 @@ void RegionInfoBase<Tr>::calculate(FuncT &F) {
|
||||
buildRegionsTree(DT->getNode(BB), TopLevelRegion);
|
||||
}
|
||||
|
||||
#undef DEBUG_TYPE
|
||||
|
||||
} // end namespace llvm
|
||||
|
||||
#endif
|
||||
|
@ -4,6 +4,8 @@
|
||||
#include "llvm/ADT/Statistic.h"
|
||||
#include "llvm/Analysis/RegionInfoImpl.h"
|
||||
|
||||
#define DEBUG_TYPE "region"
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
STATISTIC(numMachineRegions, "The # of machine regions");
|
||||
|
Loading…
Reference in New Issue
Block a user