Hello all,<br><br>I noticed <a href="http://nondot.org/sabre/LLVMNotes/EliminatingVoid.txt">Eliminating the 'void' type</a> in Random LLVM notes. I am wondering to know what's the <br>meaning of "eliminating" the void type. Is it means the goal is deleting VoidTyID from TypeID<br>
enumeration in Type.h? And what Type::getVoidTy() returned is a pointer to a {}?<br><br>Thanks<br><br>Mitnick<br>