summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
diff options
context:
space:
mode:
authorclyon <clyon@138bc75d-0d04-0410-961f-82ee72b054a4>2013-09-24 15:57:00 +0000
committerclyon <clyon@138bc75d-0d04-0410-961f-82ee72b054a4>2013-09-24 15:57:00 +0000
commit0cf78115c0e928ea130cede0234ac89e5b987c03 (patch)
tree561848f23b0bceeb7edb8e9b5b7a5d8bcb965f2d /gcc/tree-ssa-alias.c
parentd476586e97311fdb5008344a74604716e61409bc (diff)
downloadgcc-0cf78115c0e928ea130cede0234ac89e5b987c03.tar.gz
2013-09-24 Christophe Lyon <christophe.lyon@linaro.org>
* gimple-pretty-print.c: Various whitespace tweaks. * tree-core.h: Likewise. * tree-pretty-print.c: Likewise. * tree-ssa-alias.c: Likewise. * tree-ssa-copy.c: Likewise. * tree-ssanames.c: Likewise. * tree-ssanames.h: Likewise. * tree-vrp.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202869 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-alias.c')
-rw-r--r--gcc/tree-ssa-alias.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-alias.c b/gcc/tree-ssa-alias.c
index 0ef74016808..0d3c15c447d 100644
--- a/gcc/tree-ssa-alias.c
+++ b/gcc/tree-ssa-alias.c
@@ -404,7 +404,7 @@ dump_alias_info (FILE *file)
struct ptr_info_def *pi;
if (ptr == NULL_TREE
- || !POINTER_TYPE_P (TREE_TYPE (ptr))
+ || !POINTER_TYPE_P (TREE_TYPE (ptr))
|| SSA_NAME_IN_FREE_LIST (ptr))
continue;