diff options
Diffstat (limited to 'src/lj_traceerr.h')
-rw-r--r-- | src/lj_traceerr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_traceerr.h b/src/lj_traceerr.h index 7b0dd813..1b0df055 100644 --- a/src/lj_traceerr.h +++ b/src/lj_traceerr.h | |||
@@ -49,7 +49,6 @@ TREDEF(BADRA, "inconsistent register allocation") | |||
49 | TREDEF(NYIIR, "NYI: cannot assemble IR instruction %d") | 49 | TREDEF(NYIIR, "NYI: cannot assemble IR instruction %d") |
50 | TREDEF(NYIPHI, "NYI: PHI shuffling too complex") | 50 | TREDEF(NYIPHI, "NYI: PHI shuffling too complex") |
51 | TREDEF(NYICOAL, "NYI: register coalescing too complex") | 51 | TREDEF(NYICOAL, "NYI: register coalescing too complex") |
52 | TREDEF(NYIGCF, "NYI: gcstep sync with frames") | ||
53 | 52 | ||
54 | #undef TREDEF | 53 | #undef TREDEF |
55 | 54 | ||