diff options
| author | 2023-06-20 10:58:17 +0200 | |
|---|---|---|
| committer | 2023-06-20 11:25:51 +0200 | |
| commit | 3b9071be52359388a4a1db6b48636f6c4934b9ad (patch) | |
| tree | a65aed400b3767966f6963dd4cdd3f8cb1ff1b2f /op.def | |
| parent | 945d17aff2aa92dd1fbb0304d4ee7ab5ea6ce496 (diff) | |
don't lower params and args to registers in abi0
it's better to do it later, currently in isel(), but perhaps in a
pre-isel abi1 pass
Diffstat (limited to 'op.def')
| -rw-r--r-- | op.def | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ _(store8, 2) _(param, 2) _(arg, 2) _(call, 2) +_(call2r, 1) _(intrin, 2) _(phi, 1) /* machine-specific instructions */ |