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
1201ebed
Commit
1201ebed
authored
Jun 10, 2004
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up obsolete comment
From-SVN: r82885
parent
dbfa8d15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
15 deletions
+2
-15
gcc/c-gimplify.c
+2
-15
No files found.
gcc/c-gimplify.c
View file @
1201ebed
...
@@ -833,21 +833,8 @@ gimplify_return_stmt (tree *stmt_p)
...
@@ -833,21 +833,8 @@ gimplify_return_stmt (tree *stmt_p)
return
GS_OK
;
return
GS_OK
;
}
}
/* Gimplifies a DECL_STMT node T.
/* Gimplifies a DECL_STMT node *STMT_P by making any necessary allocation
and initialization explicit. */
If a declaration V has an initial value I, create an expression 'V = I'
and insert it after the DECL_STMT.
PRE_P is a queue for effects that should happen before the DECL_STMT.
MID_P is a queue for effects that should happen after the DECL_STMT,
but before uses of the initialized decl.
POST_P is a queue for effects that should happen after uses of the
initialized decl.
Usually these last two will be the same, but they may need to be
different if the DECL_STMT is somehow embedded in an expression. */
static
enum
gimplify_status
static
enum
gimplify_status
gimplify_decl_stmt
(
tree
*
stmt_p
)
gimplify_decl_stmt
(
tree
*
stmt_p
)
...
...
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