Sfoglia il codice sorgente

update isel comment

Quentin Carbonneaux 8 anni fa
parent
commit
fc124dd22e
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      isel.c

+ 1 - 2
isel.c

@@ -3,11 +3,10 @@
 
 
 /* For x86_64, do the following:
 /* For x86_64, do the following:
  *
  *
- * - lower calls
  * - check that constants are used only in
  * - check that constants are used only in
  *   places allowed
  *   places allowed
  * - ensure immediates always fit in 32b
  * - ensure immediates always fit in 32b
- * - explicit machine register contraints
+ * - expose machine register contraints
  *   on instructions like division.
  *   on instructions like division.
  * - implement fast locals (the streak of
  * - implement fast locals (the streak of
  *   constant allocX in the first basic block)
  *   constant allocX in the first basic block)