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
Post a Comment