search for: 250111a6

Displaying 2 results from an estimated 2 matches for "250111a6".

Did you mean: 20011126
2012 Apr 21
2
[LLVMdev] Eliminating the 'void' type
Hello all, I noticed Eliminating the 'void' type<http://nondot.org/sabre/LLVMNotes/EliminatingVoid.txt>in Random LLVM notes. I am wondering to know what's the meaning of "eliminating" the void type. Is it means the goal is deleting VoidTyID from TypeID enumeration in Type.h? And what Type::getVoidTy() returned is a pointer to a {}? Thanks Mitnick -------------- next
2012 Apr 21
0
[LLVMdev] Eliminating the 'void' type
...f instructions like store. It seems better (though also not particularly high priority) to eliminate it to make the type system more consistent. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120421/250111a6/attachment.html>