search for: 1jzm8lgp

Displaying 2 results from an estimated 2 matches for "1jzm8lgp".

2010 Aug 12
2
[LLVMdev] Instruction does not dominate all uses?
...double %calltmp } but when I try to verify the wrapping function, I get: Instruction does not dominate all uses! %calltmp = call double @test(double 1.000000e+01) ; <double> [#uses=1] ret double %calltmp The code that I'm using to create the wrapping functions: http://pastebin.com/1Jzm8LgP What's going on here? From what I understand , "Instruction does not dominate all uses!" has to do with using a variable before its definition? I don't see where/how that's happening here. -- View this message in context: http://old.nabble.com/Instruction-does-not-dominate-...
2010 Aug 12
0
[LLVMdev] Instruction does not dominate all uses?
...try to verify the wrapping function, I get: > > Instruction does not dominate all uses! >  %calltmp = call double @test(double 1.000000e+01) ; <double> [#uses=1] >  ret double %calltmp > > The code that I'm using to create the wrapping functions: > http://pastebin.com/1Jzm8LgP > > What's going on here? From what I understand , "Instruction does not > dominate all uses!" has to do with using a variable before its definition? I > don't see where/how that's happening here. > > -- > View this message in context: http://old.nabble.co...