diff options
Diffstat (limited to 'src/check_expr.cpp')
| -rw-r--r-- | src/check_expr.cpp | 3 |
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"); - } } |