summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-06-13 00:00:19 +0000
committerCraig Topper <craig.topper@intel.com>2017-06-13 00:00:19 +0000
commitf3bfd7ace9f8a26c9abf00702c05cd630dcffdf0 (patch)
tree9d1bee3c9d071d954864cb410fdb18118618d095 /lldb/packages/Python/lldbsuite/test/expression_command
parent6c2497fd51e4705dc7158202d3296e61f972c7be (diff)
downloadbcm5719-llvm-f3bfd7ace9f8a26c9abf00702c05cd630dcffdf0.tar.gz
bcm5719-llvm-f3bfd7ace9f8a26c9abf00702c05cd630dcffdf0.zip
[IR] Remove override of operator new from PHINode.
This just forwarded to the same signature in User. The version in User is protected so there's no danger of anyone outside of PHINode constructing with the wrong operator new. All PHINodes are created by a static Create function in PHINode. I believe at one point in history this called User::operator new(s, 0) so it was useful then. llvm-svn: 305255
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud