瀏覽代碼

update isel comment

Quentin Carbonneaux 8 年之前
父節點
當前提交
fc124dd22e
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      isel.c

+ 1 - 2
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)