* builtins.c (expand_builtin_memset): Fix typo in my last patch.
* value-prof.c (stringop_block_profile): Likewise.
From-SVN: r121272
+2007-01-28 Jan Hubicka <jh@suse.cz>
+
+ * builtins.c (expand_builtin_memset): Fix typo in my last patch.
+ * value-prof.c (stringop_block_profile): Likewise.
+
2007-01-28 Jan Hubicka <jh@suse.cz>
* expr.c (emit_block_move_via_movmem, emit_block_move_via_libcall): Add
builtin_memset_gen_str, val_rtx, dest_align, 0);
}
else if (!set_storage_via_setmem (dest_mem, len_rtx, val_rtx,
- dest_align, -1, 0))
+ dest_align, expected_align,
+ expected_size))
goto do_libcall;
dest_mem = force_operand (XEXP (dest_mem, 0), NULL_RTX);
}
histogram = gimple_histogram_value_of_type (cfun, stmt, HIST_TYPE_IOR);
if (!histogram)
- *expected_size = -1;
+ *expected_align = 0;
else
{
gcov_type count;