<div style="font-family: arial, helvetica, sans-serif; font-size: 10pt"><div dir="ltr">On Thu, Dec 6, 2012 at 10:48 AM, Jordan Rose <span dir="ltr"><<a href="mailto:jordan_rose@apple.com" target="_blank" class="cremed">jordan_rose@apple.com</a>></span> wrote:<br>
<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
> +///<br>
> +///   struct S {<br>
> +///     char a, b, c;<br>
> +///     unsigned bits : 3;<br>
> +///     unsigned more_bits : 4;<br>
> +///     unsigned still_more_bits : 7;<br>
> +///   };<br>
> +///<br>
> +/// This will end up as the following LLVM type. The first array is the<br>
> +/// bitfield, and the second is the padding out to a 4-byte alignmnet.<br>
> +///<br>
> +///   %t = type { i8, i8, i8, i8, i8, [3 x i8] }<br>
<br>
</div>What second array?</blockquote><div><br></div><div style>Sorry, I even noticed this before committing, made a note to update the comment, and forgot. </div></div></div></div></div>