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
9258b4c1
Commit
9258b4c1
authored
Sep 11, 2009
by
Jakub Jelinek
Committed by
Jakub Jelinek
Sep 11, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* combine.c (propagate_for_debug_subst): Call wrap_constant on top.
From-SVN: r151644
parent
137a05d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/combine.c
+1
-1
No files found.
gcc/ChangeLog
View file @
9258b4c1
2009-09-11 Jakub Jelinek <jakub@redhat.com>
2009-09-11 Jakub Jelinek <jakub@redhat.com>
* combine.c (propagate_for_debug_subst): Call wrap_constant on top.
* print-rtl.c (print_rtx): Use JUMP_LABEL (in_rtx) instead of
* print-rtl.c (print_rtx): Use JUMP_LABEL (in_rtx) instead of
XEXP (in_rtx, 8).
XEXP (in_rtx, 8).
...
...
gcc/combine.c
View file @
9258b4c1
...
@@ -2314,7 +2314,7 @@ propagate_for_debug_subst (rtx *loc, void *data)
...
@@ -2314,7 +2314,7 @@ propagate_for_debug_subst (rtx *loc, void *data)
to
=
simplify_gen_subreg
(
GET_MODE
(
x
),
to
,
to
=
simplify_gen_subreg
(
GET_MODE
(
x
),
to
,
GET_MODE
(
from
),
SUBREG_BYTE
(
x
));
GET_MODE
(
from
),
SUBREG_BYTE
(
x
));
}
}
*
loc
=
to
;
*
loc
=
wrap_constant
(
GET_MODE
(
x
),
to
)
;
pair
->
changed
=
true
;
pair
->
changed
=
true
;
return
-
1
;
return
-
1
;
}
}
...
...
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