Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 64e272c

Browse files
committed
Add missing override keyword (NFC)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@340615 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent ca333d7 commit 64e272c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,8 @@ class X86MCInstrAnalysis : public MCInstrAnalysis {
386386
APInt &Mask) const override;
387387
std::vector<std::pair<uint64_t, uint64_t>>
388388
findPltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents,
389-
uint64_t GotSectionVA, const Triple &TargetTriple) const;
389+
uint64_t GotSectionVA,
390+
const Triple &TargetTriple) const override;
390391
};
391392

392393
bool X86MCInstrAnalysis::isDependencyBreaking(const MCSubtargetInfo &STI,

0 commit comments

Comments
 (0)