Displaying 1 result from an estimated 1 matches for "16_0000000001b07928".
2017 Aug 17
3
How do set 'nest' addribute in an indirect call?
...a load instruction, which I would expect to be a value.
Its llvm type is i8*, but I don't think that is relevant.
Here are some relevant debugger lines:
(m3gdb) frame 7
#7 0x00000000004264fd in M3CG_LLVM__InnerCallIndirect (self=16_0000000001b30830, proc=16_0000000001a7e388, t=Void,
cc=16_0000000001b07928, Nested=TRUE) at ../src/M3CG_LLVM.m3:4750
4750 LLVM.LLVMAddAttribute(actual.lVal, LLVM.NestAttribute);
Current language: auto; currently Modula-3
(m3gdb) p M3CG_LLVM__DumpLvVal(actual.lVal)
%load_ind13 = load i8** %load_ind_toptr12
$1 = <void>
(m3gdb) p M3CG_LLVM__LvType(actual....