aboutsummaryrefslogtreecommitdiff
path: root/src/check_expr.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-04-22 10:39:20 +0100
committergingerBill <bill@gingerbill.org>2021-04-22 10:39:20 +0100
commit0a66f8c9a35c57714952182143984eb988f2ef0f (patch)
treef09a88a9b0c98ddd0a9ace14fb1938e207a07ad2 /src/check_expr.cpp
parent158e4c0b6cb173af8907453c6b083932e34a910e (diff)
Remove `intrinsics.x86_mmx` type
Diffstat (limited to 'src/check_expr.cpp')
-rw-r--r--src/check_expr.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp
index 31057598d..b9ff3bf1f 100644
--- a/src/check_expr.cpp
+++ b/src/check_expr.cpp
@@ -9324,9 +9324,6 @@ ExprKind check_expr_base_internal(CheckerContext *c, Operand *o, Ast *node, Type
if (!is_constant) {
error(node, "Expected all constant elements for a simd vector");
}
- if (t->SimdVector.is_x86_mmx) {
- error(node, "Compound literals are not allowed with intrinsics.x86_mmx");
- }
}