summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2018-05-16 00:21:47 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2018-05-16 00:21:47 +0000
commitec8236ead1487e6a2d4f55a594c1a0144407a6c6 (patch)
treecd51f1f01cfafc54873b24258df4542ffd71f308 /llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
parent76d463af0ae39ea3bca97186d8614331da8fe345 (diff)
downloadbcm5719-llvm-ec8236ead1487e6a2d4f55a594c1a0144407a6c6.tar.gz
bcm5719-llvm-ec8236ead1487e6a2d4f55a594c1a0144407a6c6.zip
ARM: Remove unnecessary argument. NFCI.
IsLittleEndian is already a field of ARMAsmBackend. llvm-svn: 332420
Diffstat (limited to 'llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h')
-rw-r--r--llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h b/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
index c8527e5cca2..3733e443f15 100644
--- a/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
+++ b/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
@@ -41,8 +41,7 @@ public:
unsigned adjustFixupValue(const MCAssembler &Asm, const MCFixup &Fixup,
const MCValue &Target, uint64_t Value,
- bool IsResolved, MCContext &Ctx,
- bool IsLittleEndian) const;
+ bool IsResolved, MCContext &Ctx) const;
void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup,
const MCValue &Target, MutableArrayRef<char> Data,
OpenPOWER on IntegriCloud