diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2017-06-24 00:26:57 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2017-06-24 00:26:57 +0000 |
| commit | f351292141f4cbbce38292cf44baa50d7eee6c34 (patch) | |
| tree | 4af68dc2111fbe5ad7d8697cdb61a4ac7be296fd /llvm/lib/Target/Hexagon | |
| parent | 538da58dc5ce7e5b3dca16ed2395760a11e1825c (diff) | |
| download | bcm5719-llvm-f351292141f4cbbce38292cf44baa50d7eee6c34.tar.gz bcm5719-llvm-f351292141f4cbbce38292cf44baa50d7eee6c34.zip | |
Remove redundant argument.
llvm-svn: 306189
Diffstat (limited to 'llvm/lib/Target/Hexagon')
| -rw-r--r-- | llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp index 7cbc7898002..12ba9ee92ed 100644 --- a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp +++ b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp @@ -417,8 +417,7 @@ public: /// fixup kind as appropriate. void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, const MCValue &Target, MutableArrayRef<char> Data, - uint64_t FixupValue, bool IsPCRel, - MCContext &Ctx) const override { + uint64_t FixupValue, bool IsPCRel) const override { // When FixupValue is 0 the relocation is external and there // is nothing for us to do. |

