projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28bad6d
)
Fix typo in previous patch.
author
Bernardo Innocenti
<bernie@gcc.gnu.org>
Sat, 29 May 2004 15:22:39 +0000
(17:22 +0200)
committer
Bernardo Innocenti
<bernie@gcc.gnu.org>
Sat, 29 May 2004 15:22:39 +0000
(17:22 +0200)
From-SVN: r82422
gcc/config/m68k/m68k.c
patch
|
blob
|
history
diff --git
a/gcc/config/m68k/m68k.c
b/gcc/config/m68k/m68k.c
index 89af89e5a8321586c5af6a05e27829c5e41bcb9a..17436907bc70a70b5ea91545520c3fa1d2be344d 100644
(file)
--- a/
gcc/config/m68k/m68k.c
+++ b/
gcc/config/m68k/m68k.c
@@
-1508,7
+1508,7
@@
const_method (rtx constant)
if (TARGET_CFV4)
{
- /* Try using MVZ/MVS with an immed
aite value to load constants.
*/
+ /* Try using MVZ/MVS with an immed
iate value to load constants.
*/
if (i >= 0 && i <= 65535)
return MVZ;
if (i >= -32768 && i <= 32767)