search for: phnomonon

Displaying 1 result from an estimated 1 matches for "phnomonon".

Did you mean: phenomonon
2005 Jun 25
2
[LLVMdev] Re: variable sized structs in LLVM
Chris Lattner wrote: > On Fri, 24 Jun 2005, Aaron Gray wrote: >>> As you mention above, you should use malloc and cast the return value. >>> If you want to get the desired size in a target-independent way (always >>> good), you should do something like this: > > ... > >> Chris you should maybe add this example to the getelementptr >>