<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Thank you guys for the fast replies
      (!), now I can continue without worrying<br>
      about it.<br>
      <br>
      -- Moritz<br>
      <br>
      On 2/17/2013 1:46 PM, Daniel Murphy wrote:<br>
    </div>
    <blockquote
cite="mid:CAMU72LFzhPxLH2x=8GH0QQq5Qvz36_M_9ps1=r0zMZ9vF0COjw@mail.gmail.com"
      type="cite">These values are masks for numbers.  LLVMAlignment
      uses 5 bits, so the mask is 31 (0b11111) and these bits (16-20)
      cannot be used by other flags so the next available bit is 21.
       Same thing for <span
style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">LLVMStackAlignment.</span><br>
    </blockquote>
    <br>
    <div class="moz-cite-prefix">On 2/17/2013 1:53 PM, Benjamin Kramer
      wrote:<br>
    </div>
    <blockquote
      cite="mid:98255F24-B74F-4437-B1E9-AD0A348CF670@gmail.com"
      type="cite">
      <pre wrap="">This is intentional. LLVMAlignment is not just a bit, it's a 5 bit value so we reserve 5 bits for it. Same for the 3 bits LLVMStackAlignment uses.

- Ben

</pre>
    </blockquote>
    <br>
    <div class="moz-cite-prefix">On 2/17/2013 1:59 PM, Anton
      Korobeynikov wrote:<br>
    </div>
    <blockquote
cite="mid:CA+Ov9+mEu70eaRQ7mKUR13gaGn_E3Bv=ytqJvbfNar+ARE-UvQ@mail.gmail.com"
      type="cite">
      <pre wrap="">Hello

This is fine and intended. All this stuff works like bitmasks.</pre>
    </blockquote>
    <br>
  </body>
</html>