commit c38a9a544f367f22a57990aeca32fdc8e81bda6e
Author:     Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Wed Aug 17 14:10:36 2016 +0200
Commit:     Roberto E. Vargas Caballero <[email protected]>
CommitDate: Wed Aug 17 14:29:25 2016 +0200

    [cc2-qbe] Ignore OBLOOP and OELOOP
    
    These ops are not used in qbe at all.

diff --git a/cc2/arch/qbe/cgen.c b/cc2/arch/qbe/cgen.c
index efed0ab..b22e262 100644
--- 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:

Reply via email to