llvm-6502/include
Chris Lattner f6811274e1 add some WeakVH::operator='s. Without these, assigning
a Value* to a WeakVH was constructing a temporary WeakVH
(due to the implicit assignment operator).  This avoids
that cost.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83704 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-10 08:27:29 +00:00
..
llvm add some WeakVH::operator='s. Without these, assigning 2009-10-10 08:27:29 +00:00
llvm-c Add C API calls for building FNeg operations. Patch by KS Sreeram! 2009-09-28 21:51:41 +00:00