aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-02-23 14:45:15 +0000
committergingerBill <bill@gingerbill.org>2021-02-23 14:45:15 +0000
commita1693c01847f9018ba4c4d9ec455157e34ebd6b3 (patch)
tree82905b98e6aa8512c0141306c2ed736fb41c0aa3 /src/ir.cpp
parent657c0ac4f57fce7f9a9e14ce85956522ddeeed9c (diff)
Deprecate `inline for` in favour of `#unroll for`
Diffstat (limited to 'src/ir.cpp')
-rw-r--r--src/ir.cpp2
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;
}
}