diff options
author | Brian Gesiak <modocache@gmail.com> | 2019-04-02 14:57:56 +0000 |
---|---|---|
committer | Brian Gesiak <modocache@gmail.com> | 2019-04-02 14:57:56 +0000 |
commit | 1c44ed8b76111e66e0dd25bc074daa2006f692ce (patch) | |
tree | 5040726f4217406d6f5f8642a527dd1960710a27 /lldb/packages/Python/lldbsuite/test/python_api/signals | |
parent | 3bf63cf3b366d3a57cf5cbad4112a6abf6c0c3b1 (diff) | |
download | bcm5719-llvm-1c44ed8b76111e66e0dd25bc074daa2006f692ce.tar.gz bcm5719-llvm-1c44ed8b76111e66e0dd25bc074daa2006f692ce.zip |
[Transforms] Redundant getValueOperand (NFC)
`StoreInst::getValueOperand` is identical to `getOperand(0)`, so the call to
`getOperand(0)` can be replaced. Further, `SI->getValueOperand` is redundantly
called just a few lines down, despite its return value being stored in variable
`DV`. No functional change.
llvm-svn: 357479
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals')
0 files changed, 0 insertions, 0 deletions