diff options
author | Teddy <[email protected]> | 2014-05-06 23:39:13 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-05-06 23:39:13 +0800 |
commit | 4eef7d65c0759e59be7093298963972e806b14fa (patch) | |
tree | 770fd7ec1f6cca52570ec0a0abcdf3991a50517e | |
parent | bec9fa22a648333c13105e8beb1862157952c6e6 (diff) |
...
-rw-r--r-- | ssa.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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"; |