Commit f43245d1 by Uros Bizjak

ipa-prop.c (ipa_modify_call_arguments): Initialize deref_align.

	* ipa-prop.c (ipa_modify_call_arguments): Initialize deref_align.

From-SVN: r202406
parent 9420c2c4
......@@ -3524,7 +3524,7 @@ ipa_modify_call_arguments (struct cgraph_edge *cs, gimple stmt,
{
tree expr, base, off;
location_t loc;
unsigned int deref_align;
unsigned int deref_align = 0;
bool deref_base = false;
/* We create a new parameter out of the value of the old one, we can
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment