<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">The "eq" part means "equality". That's how you know which kind of comparison you're dealing with. You should <a href="http://llvm.org/docs/LangRef.html#i_icmp">read about the icmp instruction</a>.<div><br></div><div>Félix</div><div><br><div><div>Le 2010-06-28 à 00:37:44, RAJWINDER SINGH a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>%0 = icmp eq i32 %y, 0 </div><div>In the above instruction how can i know that the comparison is equality comparison??</div><div><br></div><div>--Rajwinder Singh</div>
_______________________________________________<br>LLVM Developers mailing list<br><a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br></blockquote></div><br></div></body></html>