cleanup amd64 constant addressing
commitb4a98c3fa8b880f58b04f5d632ab89ad15725bd4
authorQuentin Carbonneaux <quentin@c9x.me>
Thu, 25 Apr 2019 13:27:25 +0000 (25 15:27 +0200)
committerQuentin Carbonneaux <quentin@c9x.me>
Thu, 25 Apr 2019 13:27:25 +0000 (25 15:27 +0200)
tree16d37727a7f810e0357436e533d60557c15f3547
parent636568dcba071e212a61c35ce994012b9cb83ec5
cleanup amd64 constant addressing

We now emit correct code when the user
refers to a specific constant address.

I also made some comments clearer in
the instruction selection pass and got
rid of some apparently useless code.
amd64/emit.c
amd64/isel.c