Displaying 1 result from an estimated 1 matches for "ptrincdec104".
2011 Jul 14
0
[LLVMdev] Error in a custom analysis Pass
...possible reason. This code
has been generated for
(gdb) print QueryInst->getParent()->getBasicBlock()->dump()
sw.bb99: ; preds = %if.end40
%2 = va_arg i8** %cpArg.addr, i32
%conv100 = trunc i32 %2 to i8
store i8 %conv100, i8* %cpStrBuf.1
%ptrincdec104 = getelementptr inbounds i8* %cpStrBuf.1, i32 1
br label %for.inc445
The code for lowering va_arg is not written by me. So, I don't fully
understand it. It is similar to code used for ARM be.
I just need some pointers which can help me to start with the
debugging the problem. I shall be gra...