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
04c7ae48
Commit
04c7ae48
authored
19 years ago
by
Kazu Hirata
Committed by
Kazu Hirata
19 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* final.c, ipa-inline.c, varasm.c: Fix comment typos.
From-SVN: r98613
parent
2a186d97
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/final.c
+1
-1
gcc/ipa-inline.c
+1
-1
gcc/varasm.c
+1
-1
No files found.
gcc/ChangeLog
View file @
04c7ae48
2005-04-23 Kazu Hirata <kazu@cs.umass.edu>
* final.c, ipa-inline.c, varasm.c: Fix comment typos.
2005-04-23 Hans-Peter Nilsson <hp@axis.com>
* config.gcc <cris-*>: Specify .opt files.
...
...
This diff is collapsed.
Click to expand it.
gcc/final.c
View file @
04c7ae48
...
...
@@ -3135,7 +3135,7 @@ output_operand (rtx x, int code ATTRIBUTE_UNUSED)
if
(
x
&&
GET_CODE
(
x
)
==
SUBREG
)
x
=
alter_subreg
(
&
x
);
/* X must not be a ps
ue
do reg. */
/* X must not be a ps
eu
do reg. */
gcc_assert
(
!
x
||
!
REG_P
(
x
)
||
REGNO
(
x
)
<
FIRST_PSEUDO_REGISTER
);
PRINT_OPERAND
(
asm_out_file
,
x
,
code
);
...
...
This diff is collapsed.
Click to expand it.
gcc/ipa-inline.c
View file @
04c7ae48
...
...
@@ -30,7 +30,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
cgraph_mark_inline implementation
This function allow to mark given call inline and performs nec
ce
sary
This function allow to mark given call inline and performs nec
es
sary
modifications of cgraph (production of the clones and updating overall
statistics)
...
...
This diff is collapsed.
Click to expand it.
gcc/varasm.c
View file @
04c7ae48
...
...
@@ -2259,7 +2259,7 @@ assemble_real (REAL_VALUE_TYPE d, enum machine_mode mode, unsigned int align)
/* Given an expression EXP with a constant value,
reduce it to the sum of an assembler symbol and an integer.
Store them both in the structure *VALUE.
EXP must be reduc
ea
ble. */
EXP must be reduc
i
ble. */
struct
addr_const
GTY
(())
{
...
...
This diff is collapsed.
Click to expand it.
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