Displaying 1 result from an estimated 1 matches for "reg216".
Did you mean:
reg16
2002 Sep 11
1
[LLVMdev] FW: question about malloc call vs. instruction
...ail as i am able.
as i said i have figured out the worklist thing, and am happy to report
that i've negotiated lots of troubles compiling and so on and am actually
printing out a bunch of instructions. which reveals my new problem: when
i attempt a malloc in my own, it comes out like this:
%reg216 = call int (...)* %malloc( ulong 8 ) ; <int> [#uses=1]
a call to malloc, not a malloc instruction. i don't know how to get the
information i need out of a call to malloc.
when i replace 'malloc' in the code with 'alloca', i get
%reg107 = alloca ubyte, uint...