projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2099d02
)
Fix typo
author
Michael Meissner
<meissner@gcc.gnu.org>
Thu, 20 Jun 1996 16:43:50 +0000
(16:43 +0000)
committer
Michael Meissner
<meissner@gcc.gnu.org>
Thu, 20 Jun 1996 16:43:50 +0000
(16:43 +0000)
From-SVN: r12322
gcc/config/rs6000/rs6000.c
patch
|
blob
|
history
diff --git
a/gcc/config/rs6000/rs6000.c
b/gcc/config/rs6000/rs6000.c
index a476d1fcf518cffecf2dd57fab8dbace4ff8fb7c..6cd516df1ccbab16c192892c102e8f35a2ef9274 100644
(file)
--- a/
gcc/config/rs6000/rs6000.c
+++ b/
gcc/config/rs6000/rs6000.c
@@
-600,7
+600,7
@@
num_insns_constant_wide (value)
else
return (num_insns_constant_wide (high)
- + num_insns_constant_
low
(low) + 1);
+ + num_insns_constant_
wide
(low) + 1);
}
#endif