Fix signature of overloaded operator delete.
commitb4ae77bdda4c4cf5ca89d7c91bf1133e48c1a98d
authorJay Foad <jay.foad@gmail.com>
Wed, 25 Sep 2019 08:45:36 +0000 (25 08:45 +0000)
committerJay Foad <jay.foad@gmail.com>
Wed, 25 Sep 2019 08:45:36 +0000 (25 08:45 +0000)
tree3da683857a05508f1f6fc8592a1f37d8d9a513e2
parent3f8ee918b5efb1a0a75bbd1b0125055790248d5d
Fix signature of overloaded operator delete.

This overload was left over from an operator new that was removed in
r123027. Fix it to match another operator new that was added in r248453.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372828 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/User.h