diff options
Diffstat (limited to 'linearize.h')
-rw-r--r-- | linearize.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linearize.h b/linearize.h index 32636c1..fb243c5 100644 --- a/linearize.h +++ b/linearize.h @@ -57,6 +57,7 @@ struct instruction { unsigned opcode:8, size:24; struct basic_block *bb; + struct position pos; union { pseudo_t target; pseudo_t cond; /* for branch and switch */ |