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
9f36bc49
Commit
9f36bc49
authored
Sep 07, 2005
by
Richard Kenner
Committed by
Richard Kenner
Sep 07, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.c (host_integerp, tree_low_cst): Correct function comment.
From-SVN: r103989
parent
085fd657
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/tree.c
+2
-2
No files found.
gcc/ChangeLog
View file @
9f36bc49
2005
-
09
-
08
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
tree
.
c
(
host_integerp
,
tree_low_cst
)
:
Correct
function
comment
.
2005
-
09
-
08
Kazuhiro
Inaoka
<
inaoka
.
kazuhiro
@renesas
.
com
>
PR
target
/
23747
...
...
gcc/tree.c
View file @
9f36bc49
...
...
@@ -4244,7 +4244,7 @@ tree_int_cst_compare (tree t1, tree t2)
/* Return 1 if T is an INTEGER_CST that can be manipulated efficiently on
the host. If POS is zero, the value can be represented in a single
HOST_WIDE_INT. If POS is nonzero, the value must be
posi
tive and can
HOST_WIDE_INT. If POS is nonzero, the value must be
non-nega
tive and can
be represented in a single unsigned HOST_WIDE_INT. */
int
...
...
@@ -4262,7 +4262,7 @@ host_integerp (tree t, int pos)
/* Return the HOST_WIDE_INT least significant bits of T if it is an
INTEGER_CST and there is no overflow. POS is nonzero if the result must
be
posi
tive. We must be able to satisfy the above conditions. */
be
non-nega
tive. We must be able to satisfy the above conditions. */
HOST_WIDE_INT
tree_low_cst
(
tree
t
,
int
pos
)
...
...
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