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
1686f1a2
Commit
1686f1a2
authored
Nov 04, 1997
by
J"orn Rennecke
Committed by
Joern Rennecke
Nov 04, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.
From-SVN: r16309
parent
a8a63732
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
gcc/ChangeLog
+4
-0
gcc/profile.c
+7
-1
No files found.
gcc/ChangeLog
View file @
1686f1a2
Tue Nov 4 00:55:48 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
* profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.
Mon Nov 3 14:36:50 1997 Jeffrey A Law (law@cygnus.com)
* configure.in (sco5): Use cpio to install header files.
...
...
gcc/profile.c
View file @
1686f1a2
...
...
@@ -818,7 +818,13 @@ branch_prob (f, dump_file)
if
(
code
!=
NOTE
)
prev_code
=
code
;
else
if
(
NOTE_LINE_NUMBER
(
insn
)
==
NOTE_INSN_SETJMP
)
prev_code
=
CALL_INSN
;
{
/* Make a fake insn to tag our notes on. */
bb_graph
[
i
].
first_insn
=
insn
=
emit_insn_after
(
gen_rtx
(
USE
,
VOIDmode
,
stack_pointer_rtx
),
insn
);
prev_code
=
CALL_INSN
;
}
}
/* If the code at the end of the function would give a new block, then
...
...
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