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
efd02400
Commit
efd02400
authored
May 30, 2011
by
Xinliang David Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert wrong checkin
From-SVN: r174424
parent
226c52aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
22 deletions
+0
-22
gcc/tree-pretty-print.c
+0
-22
No files found.
gcc/tree-pretty-print.c
View file @
efd02400
...
@@ -3013,25 +3013,3 @@ pp_base_tree_identifier (pretty_printer *pp, tree id)
...
@@ -3013,25 +3013,3 @@ pp_base_tree_identifier (pretty_printer *pp, tree id)
pp_append_text
(
pp
,
IDENTIFIER_POINTER
(
id
),
pp_append_text
(
pp
,
IDENTIFIER_POINTER
(
id
),
IDENTIFIER_POINTER
(
id
)
+
IDENTIFIER_LENGTH
(
id
));
IDENTIFIER_POINTER
(
id
)
+
IDENTIFIER_LENGTH
(
id
));
}
}
#if 0
void
pass_dump_function_header (FILE *dump_file, tree fdecl, struct function *fun)
{
const char *dname, *aname;
struct cgraph_node *node = cgraph_get_node (fdecl);
dname = lang_hooks.decl_printable_name (fdecl, 2);
aname = (IDENTIFIER_POINTER
(DECL_ASSEMBLER_NAME (fdecl)));
fprintf (dump_file, "\n;; Function %s (%s)[fundef_no:%d][uid=%d]",
dname, aname, fun->funcdef_no, node->uid);
fprintf (dump_file, "%s\n\n",
node->frequency == NODE_FREQUENCY_HOT
? " (hot)"
: node->frequency == NODE_FREQUENCY_UNLIKELY_EXECUTED
? " (unlikely executed)"
: node->frequency == NODE_FREQUENCY_EXECUTED_ONCE
? " (executed once)"
: "");
}
#endif
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