search for: writeinst

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

Did you mean: writeconst
2002 Nov 27
1
[LLVMdev] Instruciton replacement
...leaked: alloca uint ; <uint*>:<badref> [#uses=2] This is probably because you removed an LLVM value (Instruction, BasicBlock, etc), but didn't delete it. Please check your code for memory leaks. Assertion failed: slot != -1 && "Broken bytecode!", file WriteInst.cpp, line 191 Abort If I uncomment the (delete(AI)) will report: While deleting: uint *% Use still stuck around after Def is destroyed: %reg112 = load uint* <badref> ; <uint> [#uses=1] Use still stuck around after Def is destroyed: store uint 37337, uint* <badref> Assertion f...