Skip to content

Commit 7d11dc5

Browse files
committed
Fix DEBUG_TYPE=optimize-hop-to-executor
1 parent 7ca2301 commit 7d11dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Mandatory/OptimizeHopToExecutor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
#define DEBUG_TYPE "insert-hop-to-executor"
13+
#define DEBUG_TYPE "optimize-hop-to-executor"
1414
#include "swift/SIL/SILBuilder.h"
1515
#include "swift/SIL/SILFunction.h"
1616
#include "swift/SIL/ApplySite.h"

0 commit comments

Comments
 (0)