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
9c64026d
Commit
9c64026d
authored
22 years ago
by
John David Anglin
Committed by
John David Anglin
22 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* reorg.c (dbr_schedule): Remove unnecessary test.
From-SVN: r53384
parent
6c81a490
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
gcc/ChangeLog
+4
-0
gcc/reorg.c
+1
-4
No files found.
gcc/ChangeLog
View file @
9c64026d
2002-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
* reorg.c (dbr_schedule): Remove unnecessary test.
Sat May 11 14:34:35 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.md (testsi to testqi spliters): New.
...
...
This diff is collapsed.
Click to expand it.
gcc/reorg.c
View file @
9c64026d
...
...
@@ -3630,10 +3630,7 @@ dbr_schedule (first, file)
{
rtx
target
;
if
(
GET_CODE
(
insn
)
==
JUMP_INSN
||
GET_CODE
(
insn
)
==
CALL_INSN
||
GET_CODE
(
insn
)
==
INSN
)
INSN_ANNULLED_BRANCH_P
(
insn
)
=
0
;
INSN_ANNULLED_BRANCH_P
(
insn
)
=
0
;
INSN_FROM_TARGET_P
(
insn
)
=
0
;
/* Skip vector tables. We can't get attributes for them. */
...
...
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