search for: l00463

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

Did you mean: 400463
2009 Oct 20
1
[LLVMdev] Quick Question...
...understand the motivation behind removing the MallocInst? Is there a design doc anywhere? From a pragmatic sense, the IRBuilder's createMalloc, which was returning a MallocInst, was doing a lot of messy work for us users: http://llvm.org/docs/doxygen/html/Instructions_8cpp-source.html#l00463 . With MallocInst disappearing, is IRBuilder::createMalloc disappearing too? Thanks, ~Jon