aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-04-15 13:38:59 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-07-01 00:18:44 +0200
commitaa4bd0297606ed5c6803a8149bff0a38d8a89827 (patch)
tree7fbaa4a31793614add6cf255e417e750c390e681 /Makefile
parent8cb5317fa01679fd8b2b30ffbf8dec13ae71c98d (diff)
downloadsparse-dev-aa4bd0297606ed5c6803a8149bff0a38d8a89827.tar.gz
add insert_phi_node()
This helper is used later during the SSA construction and is, as its name suggest, used to insert phi-nodes in the instruction stream. More exactly, the phi-node will be put at the begining of the specified BB, just after the others phi-nodes but before any other instructions, as required for their semantics (although, it's less important for sparse since each operand correspond first to a phi-source, so no phi-node directly depending on themselves in sparse). Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions