mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-22 04:05:05 +00:00
Changing a StringRef::begin() call into StringRef::data(); NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221808 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ea3c2111f4
commit
027b4c711b
@ -668,7 +668,7 @@ private:
|
||||
MCDisassembler *Dis = Checker.Disassembler;
|
||||
StringRef SectionMem = Checker.getSubsectionStartingAt(Symbol);
|
||||
ArrayRef<uint8_t> SectionBytes(
|
||||
reinterpret_cast<const uint8_t *>(SectionMem.begin()),
|
||||
reinterpret_cast<const uint8_t *>(SectionMem.data()),
|
||||
SectionMem.size());
|
||||
|
||||
MCDisassembler::DecodeStatus S =
|
||||
|
Loading…
x
Reference in New Issue
Block a user