diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-22 10:39:20 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-22 10:39:20 +0100 |
| commit | 0a66f8c9a35c57714952182143984eb988f2ef0f (patch) | |
| tree | f09a88a9b0c98ddd0a9ace14fb1938e207a07ad2 /src/check_expr.cpp | |
| parent | 158e4c0b6cb173af8907453c6b083932e34a910e (diff) | |
Remove `intrinsics.x86_mmx` type
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"); - } } |