qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit fc124dd22e6d936de53c60f6752e45c857f10013
parent 5c35f60732a90c412a9bbec0a50d5b28763c0132
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Fri, 24 Feb 2017 09:32:13 -0500

update isel comment

Diffstat:
Misel.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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)