Displaying 1 result from an estimated 1 matches for "_my_tmp1".
2009 Aug 05
2
[LLVMdev] Dominator error inserting instructions into BasicBlock
...below.
Instruction does not dominate all uses!
%inc = add i32 %tmp1, 1 ; <i32> [#uses=2] volatile
store i32 %inc, i32* %_my_inc
Instruction does not dominate all uses!
%tmp1 = load i32* @i ; <i32> [#uses=2] volatile
store i32 %tmp1, i32* %_my_tmp1
Broken module found, compilation aborted!
Thanks,
Shane