Move the operator new and operator delete out of line. This fixes an issue with
authorNate Begeman <natebegeman@mac.com>
Thu, 15 May 2008 01:23:11 +0000 (01:23 +0000)
committerNate Begeman <natebegeman@mac.com>
Thu, 15 May 2008 01:23:11 +0000 (01:23 +0000)
commitff155f03bd5d4a8fbeff09ad854582a37cdaa228
tree7a49fb1e31e389335f23855a4cbc510945f9d961
parent386f3e9d50507ecbfb01436dee85cb41ac2df530
Move the operator new and operator delete out of line.  This fixes an issue with
operator new() referring to the static initTags function, which has to be in the
same linkage unit as any file including User.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51136 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/User.h
lib/VMCore/Value.cpp