commit c38a9a544f367f22a57990aeca32fdc8e81bda6e
parent 8dc4c07f1f609644988ce825cf6d62b29d420517
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Wed, 17 Aug 2016 14:10:36 +0200
[cc2-qbe] Ignore OBLOOP and OELOOP
These ops are not used in qbe at all.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/cc2/arch/qbe/cgen.c b/cc2/arch/qbe/cgen.c
@@ -416,6 +416,8 @@ rhs(Node *np, Node *ret)
case OBFUN:
return function();
case ONOP:
+ case OBLOOP:
+ case OELOOP:
case OEFUN:
return NULL;
case OCONST: