aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2017-01-09 10:51:40 -0800
committerAndrew Pinski <pinskia@gcc.gnu.org>2017-01-09 10:51:40 -0800
commitcb1ac4eff5ddf45f2a63cd50b9ddd5db112feee6 (patch)
tree0c99260e4c84ce458bdedaf4d841ed8fc5653064
parenta5e14a42da5eba45cc6528e678ba7e191b9c6cd8 (diff)
downloadgcc-cb1ac4eff5ddf45f2a63cd50b9ddd5db112feee6.zip
gcc-cb1ac4eff5ddf45f2a63cd50b9ddd5db112feee6.tar.gz
gcc-cb1ac4eff5ddf45f2a63cd50b9ddd5db112feee6.tar.bz2
Fix formating.
From-SVN: r244234
-rw-r--r--gcc/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3d7b7dd..802aa42 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -7,8 +7,8 @@
(propagate_vr_accross_jump_function): Use the above function for all
value range computations for pass-through jump functions and type
converasion from explicit value range values.
- (ipcp_propagate_stage): Do not attempt to deduce types of formal
- parameters from TYPE_ARG_TYPES.
+ (ipcp_propagate_stage): Do not attempt to deduce types of formal
+ parameters from TYPE_ARG_TYPES.
* ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
(ipa_write_node_info): Stream type of the actual argument.
(ipa_read_node_info): Likewise. Also remove trailing whitespace.