summaryrefslogtreecommitdiffstats
path: root/stdlib/path-test.tl
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-03-21 20:51:13 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-03-21 20:51:13 -0700
commit1adc9a307ca9009a9cd39b7ed109cd9ecb597200 (patch)
tree66fc89a2ca5bdd4e301415c82f8f270d81c65b15 /stdlib/path-test.tl
parent6a5d5e45f262794753fb2fa698bbf66fb6d7cc3b (diff)
downloadtxr-1adc9a307ca9009a9cd39b7ed109cd9ecb597200.tar.gz
txr-1adc9a307ca9009a9cd39b7ed109cd9ecb597200.tar.bz2
txr-1adc9a307ca9009a9cd39b7ed109cd9ecb597200.zip
compiler: bug: unmatchable pattern in optimizer.
This was uncovered by unused variable warnings. * stdlib/optimize.tl (basic-blocks peephole-block): The pattern trying to detect wasteful register moves is incorrect; the reg1 term is intended to be the @reg1 variable. It is matched literally and so will not match because the symbol reg1 does not literally occur in the VM code.
Diffstat (limited to 'stdlib/path-test.tl')
0 files changed, 0 insertions, 0 deletions