aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/stanza/primop.stanza4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/stanza/primop.stanza b/src/main/stanza/primop.stanza
index 5f938314..c0be85a4 100644
--- a/src/main/stanza/primop.stanza
+++ b/src/main/stanza/primop.stanza
@@ -55,8 +55,8 @@ public defn lower-and-type-primop (e:DoPrim) -> DoPrim :
BIT-AND-OP : DoPrim(op(e),args(e),consts(e),of-type(args(e)[0]))
BIT-OR-OP : DoPrim(op(e),args(e),consts(e),of-type(args(e)[0]))
BIT-XOR-OP : DoPrim(op(e),args(e),consts(e),of-type(args(e)[0]))
- BIT-SELECT-OP : DoPrim(op(e),args(e),consts(e),of-type(args(e)[0]))
- BITS-SELECT-OP : DoPrim(op(e),args(e),consts(e),of-type(args(e)[0]))
+ BIT-SELECT-OP : DoPrim(op(e),args(e),consts(e),u())
+ BITS-SELECT-OP : DoPrim(op(e),args(e),consts(e),u())
CONCAT-OP : DoPrim(op(e),args(e),consts(e),u())
BIT-AND-REDUCE-OP : DoPrim(op(e),args(e),consts(e),u())
BIT-OR-REDUCE-OP : DoPrim(op(e),args(e),consts(e),u())