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
ba534a45
Commit
ba534a45
authored
Aug 11, 1992
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(identify_blocks): Declare.
(rtx, tree): Move undefs to the very end. From-SVN: r1798
parent
fc289cd1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
gcc/function.h
+12
-8
No files found.
gcc/function.h
View file @
ba534a45
...
@@ -171,6 +171,18 @@ extern rtx return_label;
...
@@ -171,6 +171,18 @@ extern rtx return_label;
Made for the sake of unshare_all_rtl. */
Made for the sake of unshare_all_rtl. */
extern
rtx
stack_slot_list
;
extern
rtx
stack_slot_list
;
/* Given a function decl for a containing function,
return the `struct function' for it. */
struct
function
*
find_function_data
();
/* Pointer to chain of `struct function' for containing functions. */
extern
struct
function
*
outer_function_chain
;
/* Put all this function's BLOCK nodes into a vector and return it.
Also store in each NOTE for the beginning or end of a block
the index of that block in the vector. */
tree
*
identify_blocks
();
#ifdef rtx
#ifdef rtx
#undef rtx
#undef rtx
#endif
#endif
...
@@ -178,11 +190,3 @@ extern rtx stack_slot_list;
...
@@ -178,11 +190,3 @@ extern rtx stack_slot_list;
#ifdef tree
#ifdef tree
#undef tree
#undef tree
#endif
#endif
/* Given a function decl for a containing function,
return the `struct function' for it. */
struct
function
*
find_function_data
();
/* Pointer to chain of `struct function' for containing functions. */
extern
struct
function
*
outer_function_chain
;
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