aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'linearize.h')
-rw-r--r--linearize.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linearize.h b/linearize.h
index 7ae3b2e..0398456 100644
--- a/linearize.h
+++ b/linearize.h
@@ -57,6 +57,10 @@ struct instruction {
struct /* phi_node */ {
struct pseudo_list *phi_list;
};
+ struct /* phi source */ {
+ pseudo_t phi_src;
+ struct instruction_list *phi_users;
+ };
struct /* unops */ {
pseudo_t src;
struct symbol *orig_type; /* casts */