diff options
Diffstat (limited to 'memops.c')
| -rw-r--r-- | memops.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ static void simplify_loads(struct basic_block *bb) if (!dominators) { if (local) { assert(pseudo->type != PSEUDO_ARG); - convert_load_instruction(insn, value_pseudo(insn->type, 0)); + convert_load_instruction(insn, value_pseudo(0)); } goto next_load; } |
