From 4eef7d65c0759e59be7093298963972e806b14fa Mon Sep 17 00:00:00 2001 From: Teddy Date: Tue, 6 May 2014 23:39:13 +0800 Subject: ... --- ssa.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ssa.c b/ssa.c index 9d318b4..05295dc 100644 --- a/ssa.c +++ b/ssa.c @@ -2508,7 +2508,6 @@ void strength_reduction(void) { cstr->id = cstr->prev->id + 1; inst = cinst_create(); inst->op = PUSH; - inst->sysp = 1; inst->src1 = copr_create(); inst->src1->kind = IMMS; inst->src1->info.cstr = cstr; @@ -2516,7 +2515,6 @@ void strength_reduction(void) { for (; push != i; push = np) { np = push->next; - push->sysp = 1; cblock_append(ibuff, push); } print->src1->info.str = "printf"; -- cgit v1.2.3-70-g09d2