diff options
| author | gingerBill <bill@gingerbill.org> | 2021-02-23 14:45:15 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-02-23 14:45:15 +0000 |
| commit | a1693c01847f9018ba4c4d9ec455157e34ebd6b3 (patch) | |
| tree | 82905b98e6aa8512c0141306c2ed736fb41c0aa3 /src/ir.cpp | |
| parent | 657c0ac4f57fce7f9a9e14ce85956522ddeeed9c (diff) | |
Deprecate `inline for` in favour of `#unroll for`
Diffstat (limited to 'src/ir.cpp')
| -rw-r--r-- | src/ir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir.cpp b/src/ir.cpp index 2cd3549a9..bfaa84fd1 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -11021,7 +11021,7 @@ void ir_build_stmt_internal(irProcedure *proc, Ast *node) { } break; default: - GB_PANIC("Invalid inline for type"); + GB_PANIC("Invalid '#unroll for' type"); break; } } |