aboutsummaryrefslogtreecommitdiff
path: root/ssa.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-05 03:45:52 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-05 03:45:52 +0800
commitb26b06118a29dc717644f690722ec70b230e76a5 (patch)
tree486174fa0bdcd7b0046a3a76c4749527d45e689d /ssa.h
parentc77f0a1129fb34531b2d08c9518ee7def7213bb9 (diff)
prepare for sne seq opt
Diffstat (limited to 'ssa.h')
-rw-r--r--ssa.h4
1 files changed, 2 insertions, 2 deletions
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 */