diff options
author | Pete Cooper <peter_cooper@apple.com> | 2016-08-11 22:23:07 +0000 |
---|---|---|
committer | Pete Cooper <peter_cooper@apple.com> | 2016-08-11 22:23:07 +0000 |
commit | fa7ae4f3b6316e60de4e3d9f4dd1f355889f970c (patch) | |
tree | 1047fbbcb432950a0e3e7c61bbe0d5c46d6f7b04 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | 0d955d0bf5cbbd50061309ad2c08c0dcf8f62039 (diff) | |
download | bcm5719-llvm-fa7ae4f3b6316e60de4e3d9f4dd1f355889f970c.tar.gz bcm5719-llvm-fa7ae4f3b6316e60de4e3d9f4dd1f355889f970c.zip |
Remove unnecessary extra version of isValidAssumeForContext. NFC.
There were 2 versions of this method. A public one which takes a
const Instruction* and a private implementation which takes a mutable
Value* and casts to an Instruction*.
There was no need for the 2 versions as all callers pass a const Instruction*
and there was no need for a mutable pointer as we only do analysis here.
llvm-svn: 278434
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions