search for: end40

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

Did you mean: ed40
2011 Jul 14
0
[LLVMdev] Error in a custom analysis Pass
...gt;] seems to be a load instruction with a memory location unknown. Can anyone help me point out, what can be the 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 c...