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
70994f30
Commit
70994f30
authored
Apr 20, 2000
by
Richard Henderson
Committed by
Richard Henderson
Apr 20, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
From-SVN: r33288
parent
404e6b79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/config/alpha/alpha.c
+2
-0
No files found.
gcc/ChangeLog
View file @
70994f30
2000
-
04
-
20
Richard
Henderson
<
rth
@cygnus
.
com
>
*
config
/
alpha
/
alpha
.
c
(
alpha_emit_floatuns
)
:
Emit
missing
barrier
.
2000
-
04
-
20
Zack
Weinberg
<
zack
@wolery
.
cumb
.
org
>
*
c
-
common
.
c
(
decl_attributes
)
[
A_ALIAS
]
:
Set
TREE_USED
on
the
...
...
gcc/config/alpha/alpha.c
View file @
70994f30
...
...
@@ -1505,6 +1505,7 @@ alpha_emit_set_long_const (target, c1, c2)
itoft $16,$f11
lda $2,LC0
cmplt $16,0,$1
cpyse $f11,$f31,$f10
cpyse $f31,$f11,$f11
s4addq $1,$2,$1
...
...
@@ -1540,6 +1541,7 @@ alpha_emit_floatuns (operands)
emit_insn
(
gen_rtx_SET
(
VOIDmode
,
out
,
gen_rtx_FLOAT
(
mode
,
in
)));
emit_jump_insn
(
gen_jump
(
donelab
));
emit_barrier
();
emit_label
(
neglab
);
...
...
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