We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c593340 commit cd27d5eCopy full SHA for cd27d5e
Zend/Optimizer/dce.c
@@ -22,6 +22,7 @@
22
#include "Optimizer/zend_ssa.h"
23
#include "Optimizer/zend_func_info.h"
24
#include "Optimizer/zend_call_graph.h"
25
+#include "zend_arena.h"
26
#include "zend_bitset.h"
27
28
/* This pass implements a form of dead code elimination (DCE). The algorithm optimistically assumes
0 commit comments