llvm - Execluding %struct._IO_FILE** from variables types -


i using following code.

type * ty = i->getoperand(o->getoperandno())->gettype(); ty->dump(); 

o operand iterator. want check ty not equal struct _io_file **.

how write check in llvm?


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -