search for: _my_inc

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

2009 Aug 05
2
[LLVMdev] Dominator error inserting instructions into BasicBlock
...n't understand all of the constraints on the IR, but I would appreciate it if anyone can point me in the right direction. The output from opt is 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