Jin Gu Kang
2011-May-20 16:53 UTC
[LLVMdev] I want to know examples of recursive types on LLVM IR.
Hi all I want to know examples of recursive types on LLVM IR. I read a example of basic recursive type on LLVM Programmer's manual. %mylist = type { %mylist*, i32} Are there another examples of recursive types on LLVM IR? and I want to know what the definition of recursive type is on LLVM IR? Thank you, Jin-Gu Kang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110521/93f65121/attachment.html>