1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Zend/Optimizer/dce: include cleanup

This commit is contained in:
Max Kellermann
2023-01-04 21:55:37 +01:00
committed by George Peter Banyard
parent c5933409b4
commit cd27d5e07f

View File

@@ -22,6 +22,7 @@
#include "Optimizer/zend_ssa.h"
#include "Optimizer/zend_func_info.h"
#include "Optimizer/zend_call_graph.h"
#include "zend_arena.h"
#include "zend_bitset.h"
/* This pass implements a form of dead code elimination (DCE). The algorithm optimistically assumes