diff options
author | clyon <clyon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-24 15:57:00 +0000 |
---|---|---|
committer | clyon <clyon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-24 15:57:00 +0000 |
commit | 0cf78115c0e928ea130cede0234ac89e5b987c03 (patch) | |
tree | 561848f23b0bceeb7edb8e9b5b7a5d8bcb965f2d /gcc/tree-core.h | |
parent | d476586e97311fdb5008344a74604716e61409bc (diff) | |
download | gcc-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-core.h')
-rw-r--r-- | gcc/tree-core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-core.h b/gcc/tree-core.h index 2acc379c813..0b3314bc55e 100644 --- a/gcc/tree-core.h +++ b/gcc/tree-core.h @@ -1058,7 +1058,7 @@ struct GTY(()) tree_ssa_name { /* Value range attributes used for zero/sign extension elimination. */ struct GTY ((tag ("1"))) range_info_def *range_info; } GTY ((desc ("%1.typed.type ?" \ - "!POINTER_TYPE_P (TREE_TYPE ((tree)&%1)) : 2"))) info; + "!POINTER_TYPE_P (TREE_TYPE ((tree)&%1)) : 2"))) info; /* Immediate uses list for this SSA_NAME. */ struct ssa_use_operand_d imm_uses; |