Skip to content

Commit

Permalink
Fix DEBUG_TYPE=optimize-hop-to-executor
Browse files Browse the repository at this point in the history
  • Loading branch information
atrick committed Jun 14, 2021
1 parent 7ca2301 commit 7d11dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SILOptimizer/Mandatory/OptimizeHopToExecutor.cpp
Expand Up @@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//

#define DEBUG_TYPE "insert-hop-to-executor"
#define DEBUG_TYPE "optimize-hop-to-executor"
#include "swift/SIL/SILBuilder.h"
#include "swift/SIL/SILFunction.h"
#include "swift/SIL/ApplySite.h"
Expand Down

0 comments on commit 7d11dc5

Please sign in to comment.