diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-07-01 00:23:27 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-07-01 00:23:27 +0000 |
commit | 632987296f0549c37c780e89449905a128bdfe55 (patch) | |
tree | 34b591c54b4aa2adde0d02a97ea11a39cb319dee /lldb/packages/Python/lldbsuite/test/python_api/interpreter/main.c | |
parent | cb38ffa74d4764c4e85428f8a105ead905424762 (diff) | |
download | bcm5719-llvm-632987296f0549c37c780e89449905a128bdfe55.tar.gz bcm5719-llvm-632987296f0549c37c780e89449905a128bdfe55.zip |
Target: Remove unused arguments from overrideSchedPolicy, NFC
TargetSubtargetInfo::overrideSchedPolicy takes two MachineInstr*
arguments (begin and end) that invite implicit conversions from
MachineInstrBundleIterator. One option would be to change their type to
an iterator, but since they don't seem to have been used since the API
was added in 2010, I'm deleting the dead code.
llvm-svn: 274304
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/main.c')
0 files changed, 0 insertions, 0 deletions