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
830113fd
Commit
830113fd
authored
Apr 01, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 01, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.
From-SVN: r97395
parent
b5e624c6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ChangeLog
+4
-0
gcc/bb-reorder.c
+1
-1
gcc/fold-const.c
+3
-3
gcc/varasm.c
+1
-1
No files found.
gcc/ChangeLog
View file @
830113fd
2005-04-01 Kazu Hirata <kazu@cs.umass.edu>
* bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.
2005-04-01 Nathan Sidwell <nathan@codesourcery.com>
2005-04-01 Nathan Sidwell <nathan@codesourcery.com>
* local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.
* local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.
...
...
gcc/bb-reorder.c
View file @
830113fd
...
@@ -1779,7 +1779,7 @@ add_reg_crossing_jump_notes (void)
...
@@ -1779,7 +1779,7 @@ add_reg_crossing_jump_notes (void)
(
e
->
src
)));
(
e
->
src
)));
}
}
/* Hot and cold basic blocks are partitione
e
d and put in separate
/* Hot and cold basic blocks are partitioned and put in separate
sections of the .o file, to reduce paging and improve cache
sections of the .o file, to reduce paging and improve cache
performance (hopefully). This can result in bits of code from the
performance (hopefully). This can result in bits of code from the
same function being widely separated in the .o file. However this
same function being widely separated in the .o file. However this
...
...
gcc/fold-const.c
View file @
830113fd
...
@@ -10177,7 +10177,7 @@ fold_checksum_tree (tree expr, struct md5_ctx *ctx, htab_t ht)
...
@@ -10177,7 +10177,7 @@ fold_checksum_tree (tree expr, struct md5_ctx *ctx, htab_t ht)
#endif
#endif
/* Fold a unary tree expression with code CODE of type TYPE with an
/* Fold a unary tree expression with code CODE of type TYPE with an
operand OP0. Return a folded expresion if successful. Otherwise,
operand OP0. Return a folded expres
s
ion if successful. Otherwise,
return a tree expression with code CODE of type TYPE with an
return a tree expression with code CODE of type TYPE with an
operand OP0. */
operand OP0. */
...
@@ -10192,7 +10192,7 @@ fold_build1 (enum tree_code code, tree type, tree op0)
...
@@ -10192,7 +10192,7 @@ fold_build1 (enum tree_code code, tree type, tree op0)
}
}
/* Fold a binary tree expression with code CODE of type TYPE with
/* Fold a binary tree expression with code CODE of type TYPE with
operands OP0 and OP1. Return a folded expresion if successful.
operands OP0 and OP1. Return a folded expres
s
ion if successful.
Otherwise, return a tree expression with code CODE of type TYPE
Otherwise, return a tree expression with code CODE of type TYPE
with operands OP0 and OP1. */
with operands OP0 and OP1. */
...
@@ -10207,7 +10207,7 @@ fold_build2 (enum tree_code code, tree type, tree op0, tree op1)
...
@@ -10207,7 +10207,7 @@ fold_build2 (enum tree_code code, tree type, tree op0, tree op1)
}
}
/* Fold a ternary tree expression with code CODE of type TYPE with
/* Fold a ternary tree expression with code CODE of type TYPE with
operands OP0, OP1, and OP2. Return a folded expresion if
operands OP0, OP1, and OP2. Return a folded expres
s
ion if
successful. Otherwise, return a tree expression with code CODE of
successful. Otherwise, return a tree expression with code CODE of
type TYPE with operands OP0, OP1, and OP2. */
type TYPE with operands OP0, OP1, and OP2. */
...
...
gcc/varasm.c
View file @
830113fd
...
@@ -129,7 +129,7 @@ char *hot_section_end_label;
...
@@ -129,7 +129,7 @@ char *hot_section_end_label;
char
*
cold_section_end_label
;
char
*
cold_section_end_label
;
/* The following global variable indicates the sec
it
on name to be used
/* The following global variable indicates the sec
ti
on name to be used
for the current cold section, when partitiong hot and cold basic
for the current cold section, when partitiong hot and cold basic
blocks into separate sections. */
blocks into separate sections. */
...
...
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