search for: i_sub

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

Did you mean: i_sb
2011 Dec 06
1
[LLVMdev] Problem with IR code instruction
...ed it out that the instruction creating the problem was this instruction: %30 = sub nsw i32 %29, 2 (so, getOperand(0) should return %30 and not NULL) I don't understand why this instruction won't work both with my code and errs()... According to the docs (http://llvm.org/docs/LangRef.html#i_sub) this instruction is perfectly normal... Thx, ++ (and sorry for my bad english :( )