<div dir="ltr">Hi,<div><br></div><div dir="ltr"><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><div>
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">    if(isa<LoadInst>(icmpInstrArray[i]->getOperand(0)))<br>        LoadInst *LD100 = cast<LoadInst>(icmpInstrArray[i]->getOperand(0));<br>




            Value *C100 = LD100->getPointerOperand(); //HERE COMPILATION ERROR<br></blockquote></div></div></div></blockquote><div><br></div><div>Could it be that you simply forgot the braces around the if() body?</div>


<div><br></div><div>Best,</div><div>Jonas</div></div></div></div></div>