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
3ea6239f
Commit
3ea6239f
authored
Sep 22, 2011
by
Maxim Kuvyrkov
Committed by
Maxim Kuvyrkov
Sep 22, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ipa-prop.c (ipa_print_node_jump_functions): Fix typos.
From-SVN: r179102
parent
19077123
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/ipa-prop.c
+3
-3
No files found.
gcc/ChangeLog
View file @
3ea6239f
2011-09-22 Maxim Kuvyrkov <maxim@codesourcery.com>
* ipa-prop.c (ipa_print_node_jump_functions): Fix typos.
2011-09-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* reload.c (find_reloads): Set operand_mode to Pmode for address
gcc/ipa-prop.c
View file @
3ea6239f
...
...
@@ -195,9 +195,9 @@ ipa_print_node_jump_functions_for_edge (FILE *f, struct cgraph_edge *cs)
tree_code_name
[(
int
)
jump_func
->
value
.
pass_through
.
operation
]);
if
(
jump_func
->
value
.
pass_through
.
operation
!=
NOP_EXPR
)
print_generic_expr
(
dump_file
,
print_generic_expr
(
f
,
jump_func
->
value
.
pass_through
.
operand
,
0
);
fprintf
(
dump_file
,
"
\n
"
);
fprintf
(
f
,
"
\n
"
);
}
else
if
(
type
==
IPA_JF_ANCESTOR
)
{
...
...
@@ -206,7 +206,7 @@ ipa_print_node_jump_functions_for_edge (FILE *f, struct cgraph_edge *cs)
jump_func
->
value
.
ancestor
.
formal_id
,
jump_func
->
value
.
ancestor
.
offset
);
print_generic_expr
(
f
,
jump_func
->
value
.
ancestor
.
type
,
0
);
fprintf
(
dump_file
,
"
\n
"
);
fprintf
(
f
,
"
\n
"
);
}
}
}
...
...
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