]> granicus.if.org Git - llvm/commit
Fix signature of overloaded operator delete.
authorJay Foad <jay.foad@gmail.com>
Wed, 25 Sep 2019 08:45:36 +0000 (08:45 +0000)
committerJay Foad <jay.foad@gmail.com>
Wed, 25 Sep 2019 08:45:36 +0000 (08:45 +0000)
commit73dfa5bbf76e15c6e61b4aca7159a436f0d24f1f
tree3da683857a05508f1f6fc8592a1f37d8d9a513e2
parent5e262f0ee5fec050ccf7fcbbbaef6072de0711fe
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