aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/builder.c
diff options
context:
space:
mode:
Diffstat (limited to 'ir/builder.c')
-rw-r--r--ir/builder.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ir/builder.c b/ir/builder.c
index 6758533..206e66d 100644
--- a/ir/builder.c
+++ b/ir/builder.c
@@ -191,6 +191,8 @@ irunop(struct function *fn, enum op op, enum irclass k, union ref a)
case Oexts32: case Oextu32:
case Ocopy:
break;
+ case Obswap16: case Obswap32: case Obswap64:
+ break;
default: assert(!"unop?");
}
return fn ? addinstr(fn, mkinstr(op, k, a)) : NOREF;