Commit 68daef2a by Kazu Hirata Committed by Kazu Hirata

* expmed.c: Fix a comment typo.

From-SVN: r90171
parent 6ea123ce
2004-11-06 Kazu Hirata <kazu@cs.umass.edu>
* expmed.c: Fix a comment typo.
2004-11-06 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
PR target/18106
......
......@@ -1885,7 +1885,7 @@ extract_force_align_mem_bit_field (rtx op0, unsigned HOST_WIDE_INT bitsize,
/* At the end, we'll need an additional shift to deal with sign/zero
extension. By default this will be a left+right shift of the
appropriate size. But we may be able to elimitate one of them. */
appropriate size. But we may be able to eliminate one of them. */
sign_shift_up = sign_shift_dn = m_bitsize - bitsize;
if (STRICT_ALIGNMENT)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment