diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2013-09-09 17:07:58 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2013-09-09 17:07:58 +0200 |
commit | f43245d1882a94f36312cefdceca02bd7bfb413e (patch) | |
tree | f3bff4526ba94feecd0712b5c06172d46f6ee8cf /gcc/ipa-prop.c | |
parent | 9420c2c457bd26a733d869fe4de07d374328565f (diff) | |
download | gcc-f43245d1882a94f36312cefdceca02bd7bfb413e.zip gcc-f43245d1882a94f36312cefdceca02bd7bfb413e.tar.gz gcc-f43245d1882a94f36312cefdceca02bd7bfb413e.tar.bz2 |
ipa-prop.c (ipa_modify_call_arguments): Initialize deref_align.
* ipa-prop.c (ipa_modify_call_arguments): Initialize deref_align.
From-SVN: r202406
Diffstat (limited to 'gcc/ipa-prop.c')
-rw-r--r-- | gcc/ipa-prop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-prop.c b/gcc/ipa-prop.c index 67811bb..ad82d75 100644 --- a/gcc/ipa-prop.c +++ b/gcc/ipa-prop.c @@ -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 |