mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 08:54:59 +00:00
Changing a StringRef::begin() call into StringRef::data(); NFC.
llvm-svn: 221808
This commit is contained in:
parent
290c50c9e5
commit
b3bab4775f
@ -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