<div class="gmail_quote">On Tue, Mar 20, 2012 at 10:48 PM, Joerg Sonnenberger <span dir="ltr"><<a href="mailto:joerg@bec.de">joerg@bec.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":6jo">+static bool <span class="il">Is64BitMemOperand</span>(const MCInst &MI, unsigned Op) {</div></blockquote></div><br><div>This function (and maybe the 16-bit variant as well) is only used in a debug build (inside of 'assert(...)'). Please wrap it in #ifndef NDEBUG to avoid unused function warnings in release builds.</div>