diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-07-24 20:29:19 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-07-24 20:29:19 -0700 |
| commit | ac23fca796d6dc6fc7aab0ac5bdf8987aa490761 (patch) | |
| tree | 05280a50eb2f9fb4229bb0e9d2be037ca4aa3d5c /csc/ir2.csc | |
| parent | Fix some bugs in the compare library. (diff) | |
| download | chromatopelma-ac23fca796d6dc6fc7aab0ac5bdf8987aa490761.tar.zst | |
Write a test for codegen.
I'm not sure yet how to test regalloc.
Diffstat (limited to 'csc/ir2.csc')
| -rw-r--r-- | csc/ir2.csc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csc/ir2.csc b/csc/ir2.csc index 642b86c..4e4c42e 100644 --- a/csc/ir2.csc +++ b/csc/ir2.csc @@ -68,6 +68,7 @@ (only (csc ir1) %constant %library-ref + constant-expression constant? lexical-ref-gensym lexical-ref-name |
