summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2017-06-21 23:06:53 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2017-06-21 23:06:53 +0000
commit88d9e37ec84c86942284d69f3794b824a99e5fab (patch)
tree4c7263115d8cbdc49e6170a891c5013b8ff0a308 /llvm/include
parent6da25f4fc47353834ba0f1f8e6b9ef570caa662a (diff)
downloadbcm5719-llvm-88d9e37ec84c86942284d69f3794b824a99e5fab.tar.gz
bcm5719-llvm-88d9e37ec84c86942284d69f3794b824a99e5fab.zip
Use a MutableArrayRef. NFC.
llvm-svn: 305968
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/MC/MCAsmBackend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/MC/MCAsmBackend.h b/llvm/include/llvm/MC/MCAsmBackend.h
index fb21e195b1d..a146a824072 100644
--- a/llvm/include/llvm/MC/MCAsmBackend.h
+++ b/llvm/include/llvm/MC/MCAsmBackend.h
@@ -73,7 +73,7 @@ public:
/// the offset specified by the fixup and following the fixup kind as
/// appropriate. Errors (such as an out of range fixup value) should be
/// reported via \p Ctx.
- virtual void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
+ virtual void applyFixup(const MCFixup &Fixup, MutableArrayRef<char> Data,
uint64_t Value, bool IsPCRel,
MCContext &Ctx) const = 0;
OpenPOWER on IntegriCloud