search for: lista_sprintf

Displaying 2 results from an estimated 2 matches for "lista_sprintf".

2012 Jan 19
4
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
...%_malloc = malloc i8, i32 %2 ; <i8*> [#uses=1] ^ Couldn't find any hint on the web about how to modify the code generation in this compiler to go ahead. Thanks for your help! Regards, -- Faulty line above is part of the following function: define i8* @lista_sprintf_double(double %number, i32 %taille, i32 %decimales) { entry: %_castInttoDbl = sitofp i32 %decimales to double ; <double> [#uses=1] %0 = call i8* @lista_sprintf(i8* getelementptr inbounds ([5 x i8]* @_stringexpr1, i32 0, i32 0), double %_castInttoDbl) ; <i8*> [#uses=2] %_castInttoD...
2012 Jan 19
0
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
...tcode -o - | opt-2.8 -o - | opt-2.9 -o - | opt-3.0 -o new_bitcode" You can probably omit most of those versions if you are lucky. Ciao, Duncan. > > Thanks for your help! > > Regards, > > -- > > Faulty line above is part of the following function: > > define i8* @lista_sprintf_double(double %number, i32 %taille, i32 %decimales) { > entry: > %_castInttoDbl = sitofp i32 %decimales to double ;<double> [#uses=1] > %0 = call i8* @lista_sprintf(i8* getelementptr inbounds ([5 x i8]* @_stringexpr1, i32 0, i32 0), double %_castInttoDbl) ;<i8*> [#uses=...