From b3fb1d1e734334a42f5ee48d80966c7631668cec Mon Sep 17 00:00:00 2001 From: ubu32 Date: Mon, 14 Feb 2011 06:58:42 -0800 Subject: [PATCH] ifix cut stuff --- C/index.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/C/index.c b/C/index.c index 5ce457be5..18394adc6 100644 --- a/C/index.c +++ b/C/index.c @@ -956,9 +956,6 @@ has_cut(yamop *pc) case _Nstop: return FALSE; /* instructions type ld */ - case _cut: - case _cut_t: - case _cut_e: case _p_cut_by_y: case _p_cut_by_x: case _commit_b_y: @@ -1380,6 +1377,9 @@ has_cut(yamop *pc) pc = NEXTOP(pc,ofa); break; /* instructions type s */ + case _cut: + case _cut_t: + case _cut_e: case _write_n_voids: case _pop_n: #ifdef TABLING