forked from OSchip/llvm-project
AArch64InstrInfo.h: Fix a warning introduced in clang r220703. [-Winconsistent-missing-override]
llvm-svn: 220739
This commit is contained in:
parent
79c98cc9fc
commit
949fb6d276
|
@ -165,7 +165,7 @@ public:
|
|||
bool optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg,
|
||||
unsigned SrcReg2, int CmpMask, int CmpValue,
|
||||
const MachineRegisterInfo *MRI) const override;
|
||||
bool optimizeCondBranch(MachineInstr *MI) const;
|
||||
bool optimizeCondBranch(MachineInstr *MI) const override;
|
||||
/// hasPattern - return true when there is potentially a faster code sequence
|
||||
/// for an instruction chain ending in <Root>. All potential patterns are
|
||||
/// listed
|
||||
|
|
Loading…
Reference in New Issue