search for: urit

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

Did you mean: unit
2010 Jul 22
0
[LLVMdev] Assert in llvm-2.7
...e get a the following assert. An asserting value handle still pointed to this value! UNREACHABLE executed at llvm-2.7/lib/VMCore/Value.cpp:522! CODE ----------------------------------------------------------------------------------------------------------------------------------------------- for (uriter = unreachables.begin(); uriter != unreachables.end(); uriter++) { Function* func = *uriter; // make sure that the use is within one of the functions // we're going to remove. for (Value::use_iterator iter = func->use_begin(); iter != func->use_end()...
2010 Sep 16
1
[LLVMdev] moving from llvm 2.6 -> 2.7
...get a the following assert. An asserting value handle still pointed to this value! UNREACHABLE executed at llvm-2.7/lib/VMCore/Value.cpp: 522! CODE ----------------------------------------------------------------------------------------------------------------------------------------------- for (uriter = unreachables.begin(); uriter != unreachables.end(); uriter++) { Function* func = *uriter; // make sure that the use is within one of the functions // we're going to remove. for (Value::use_iterator iter = func->use_begin(); iter != func->use_end()...