mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[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:
@@ -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/Basic/BlotMapVector.h"
|
||||
#include "ReferenceCountState.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#define DEBUG_TYPE "global-arc-dataflow-analysis"
|
||||
#define DEBUG_TYPE "sil-global-arc-opts"
|
||||
#include "GlobalARCSequenceDataflow.h"
|
||||
#include "swift/SILAnalysis/ARCAnalysis.h"
|
||||
#include "swift/SIL/SILInstruction.h"
|
||||
|
||||
Reference in New Issue
Block a user