[g-arc-opts] Move all global arc optimizations under the same debug flag.

I wish we had the ability to specify a log grouping, so I could log all
of ARC opts or just a specific part of it. Sadly we don't have that now
so I am going to centralize them under the same flag.

Swift SVN r18820
This commit is contained in:
Michael Gottesman
2014-06-12 01:33:18 +00:00
parent aaa147e1c9
commit 4b8a8efbef
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#define DEBUG_TYPE "sil-global-arc-analysis" #define DEBUG_TYPE "sil-global-arc-opts"
#include "swift/SILAnalysis/ARCAnalysis.h" #include "swift/SILAnalysis/ARCAnalysis.h"
#include "swift/Basic/BlotMapVector.h" #include "swift/Basic/BlotMapVector.h"
#include "ReferenceCountState.h" #include "ReferenceCountState.h"

View File

@@ -10,7 +10,7 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#define DEBUG_TYPE "global-arc-dataflow-analysis" #define DEBUG_TYPE "sil-global-arc-opts"
#include "GlobalARCSequenceDataflow.h" #include "GlobalARCSequenceDataflow.h"
#include "swift/SILAnalysis/ARCAnalysis.h" #include "swift/SILAnalysis/ARCAnalysis.h"
#include "swift/SIL/SILInstruction.h" #include "swift/SIL/SILInstruction.h"