mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-20 20:38:48 +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 <iterator>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
|
||||||
using namespace llvm;
|
namespace llvm {
|
||||||
|
|
||||||
#define DEBUG_TYPE "region"
|
#define DEBUG_TYPE "region"
|
||||||
|
|
||||||
@ -916,4 +916,8 @@ void RegionInfoBase<Tr>::calculate(FuncT &F) {
|
|||||||
buildRegionsTree(DT->getNode(BB), TopLevelRegion);
|
buildRegionsTree(DT->getNode(BB), TopLevelRegion);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#undef DEBUG_TYPE
|
||||||
|
|
||||||
|
} // end namespace llvm
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
#include "llvm/ADT/Statistic.h"
|
#include "llvm/ADT/Statistic.h"
|
||||||
#include "llvm/Analysis/RegionInfoImpl.h"
|
#include "llvm/Analysis/RegionInfoImpl.h"
|
||||||
|
|
||||||
|
#define DEBUG_TYPE "region"
|
||||||
|
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
STATISTIC(numMachineRegions, "The # of machine regions");
|
STATISTIC(numMachineRegions, "The # of machine regions");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user