llvm-6502/include
Chris Lattner 25b825b3b8 Tweak IRBuilder to explicitly call the setName(const char*) method on Value
instead of passing the name into the instruction ctors.  Since most 
instruction ctors take their name as an std::string, this avoids copying the
string to the heap and a malloc and free.

Patch by Pratik Solanki!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52832 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-27 18:49:21 +00:00
..
llvm Tweak IRBuilder to explicitly call the setName(const char*) method on Value 2008-06-27 18:49:21 +00:00
llvm-c Add C binding for ExecutionEngine::addGlobalMapping. 2008-06-20 02:16:11 +00:00