projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69a8af4
)
Fix whitespace error.
author
Jeff Law
<law@gcc.gnu.org>
Fri, 2 Apr 1999 10:50:41 +0000
(
03:50
-0700)
committer
Jeff Law
<law@gcc.gnu.org>
Fri, 2 Apr 1999 10:50:41 +0000
(
03:50
-0700)
From-SVN: r26117
gcc/config/i386/i386.c
patch
|
blob
|
history
diff --git
a/gcc/config/i386/i386.c
b/gcc/config/i386/i386.c
index 7a3c332ac0c14acde78e9852089bebe0ed30c802..c45efe56c80f5e487bdaca8f270a6a342a56ce7b 100644
(file)
--- a/
gcc/config/i386/i386.c
+++ b/
gcc/config/i386/i386.c
@@
-3893,7
+3893,7
@@
print_operand_address (file, addr)
}
/* (reg,reg,) is shorter than (,reg,2). */
- if(scale == 2)
+ if
(scale == 2)
{
PRINT_B_I_S (ireg, ireg, 1, file);
}