Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
317c0092
Commit
317c0092
authored
Nov 24, 2004
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indentation on line 3063.
From-SVN: r91194
parent
d4d3aad9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/gimplify.c
+1
-1
No files found.
gcc/gimplify.c
View file @
317c0092
...
@@ -3061,7 +3061,7 @@ gimplify_addr_expr (tree *expr_p, tree *pre_p, tree *post_p)
...
@@ -3061,7 +3061,7 @@ gimplify_addr_expr (tree *expr_p, tree *pre_p, tree *post_p)
guarantees that the ADDR_EXPR and its operand will remain of the
guarantees that the ADDR_EXPR and its operand will remain of the
same type. */
same type. */
if
(
tree_ssa_useless_type_conversion
(
TREE_OPERAND
(
op0
,
0
)))
if
(
tree_ssa_useless_type_conversion
(
TREE_OPERAND
(
op0
,
0
)))
op0
=
TREE_OPERAND
(
op0
,
0
);
op0
=
TREE_OPERAND
(
op0
,
0
);
*
expr_p
=
fold_convert
(
TREE_TYPE
(
expr
),
*
expr_p
=
fold_convert
(
TREE_TYPE
(
expr
),
build_fold_addr_expr
(
TREE_OPERAND
(
op0
,
0
)));
build_fold_addr_expr
(
TREE_OPERAND
(
op0
,
0
)));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment