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
35c0104b
Commit
35c0104b
authored
Jan 11, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Jan 11, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/alpha/alpha.c, config/i386/mmx.md: Fix comment typos.
From-SVN: r93176
parent
abb8b19a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/config/alpha/alpha.c
+1
-1
gcc/config/i386/mmx.md
+2
-2
No files found.
gcc/ChangeLog
View file @
35c0104b
2005-01-11 Kazu Hirata <kazu@cs.umass.edu>
* config/alpha/alpha.c, config/i386/mmx.md: Fix comment typos.
2005-01-11 Alan Modra <amodra@bigpond.net.au>
* varasm.c (default_section_type_flags_1): Don't set SECTION_SMALL.
...
...
gcc/config/alpha/alpha.c
View file @
35c0104b
...
...
@@ -2187,7 +2187,7 @@ alpha_expand_mov_nobwx (enum machine_mode mode, rtx *operands)
}
/* Implement the movmisalign patterns. One of the operands is a memory
that is not natually aligned. Emit instructions to load it. */
that is not natu
r
ally aligned. Emit instructions to load it. */
void
alpha_expand_movmisalign
(
enum
machine_mode
mode
,
rtx
*
operands
)
...
...
gcc/config/i386/mmx.md
View file @
35c0104b
...
...
@@ -988,7 +988,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Miscelaneous
;; Miscel
l
aneous
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
...
...
@@ -1011,7 +1011,7 @@
&& ix86_binary_operator_ok (PLUS, V8QImode, operands)"
{
/
*
These two instructions have the same operation, but their encoding
is different. Prefer the one that is defacto standard.
*
/
is different. Prefer the one that is de
facto standard.
*
/
if (TARGET_SSE || TARGET_3DNOW_A)
return "pavgb
\t
{%2, %0|%0, %2}";
else
...
...
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