Skip to content

Commit cd27d5e

Browse files
MaxKellermannGirgias
authored andcommitted
Zend/Optimizer/dce: include cleanup
1 parent c593340 commit cd27d5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/Optimizer/dce.c

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "Optimizer/zend_ssa.h"
2323
#include "Optimizer/zend_func_info.h"
2424
#include "Optimizer/zend_call_graph.h"
25+
#include "zend_arena.h"
2526
#include "zend_bitset.h"
2627

2728
/* This pass implements a form of dead code elimination (DCE). The algorithm optimistically assumes

0 commit comments

Comments
 (0)