From b26b06118a29dc717644f690722ec70b230e76a5 Mon Sep 17 00:00:00 2001 From: Teddy Date: Mon, 5 May 2014 03:45:52 +0800 Subject: prepare for sne seq opt --- ssa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ssa.h') diff --git a/ssa.h b/ssa.h index 827bbb2..81857c7 100644 --- a/ssa.h +++ b/ssa.h @@ -54,8 +54,8 @@ void colist_remove(COList_t node); struct CInst { enum OpCode { - BEQZ, /* conditional jump */ - BNEZ, + BEQ, /* conditional jump */ + BNE, GOTO, /* unconditional jump */ ARR, /* displacement */ PUSH, /* push to stack top */ -- cgit v1.2.3