diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2017-02-24 09:32:13 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2017-02-24 09:32:13 -0500 |
commit | fc124dd22e6d936de53c60f6752e45c857f10013 (patch) | |
tree | af78fe21241b43e1a61cc50fb0dca4cd9d942915 | |
parent | 5c35f60732a90c412a9bbec0a50d5b28763c0132 (diff) | |
download | roux-fc124dd22e6d936de53c60f6752e45c857f10013.tar.gz |
update isel comment
-rw-r--r-- | isel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/isel.c b/isel.c index 75d712a..6ce5dd0 100644 --- a/isel.c +++ b/isel.c @@ -3,11 +3,10 @@ /* For x86_64, do the following: * - * - lower calls * - check that constants are used only in * places allowed * - ensure immediates always fit in 32b - * - explicit machine register contraints + * - expose machine register contraints * on instructions like division. * - implement fast locals (the streak of * constant allocX in the first basic block) |