[all-commits] [llvm/llvm-project] 77cc68: [X86][NFC] Fix missing `override` in `isMemUseUpRegs`
bzEq via All-commits
all-commits at lists.llvm.org
Wed Mar 23 21:35:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77cc68b0499bf8b762312ef5dd68e9e87160d34a
https://github.com/llvm/llvm-project/commit/77cc68b0499bf8b762312ef5dd68e9e87160d34a
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M llvm/lib/Target/X86/AsmParser/X86Operand.h
Log Message:
-----------
[X86][NFC] Fix missing `override` in `isMemUseUpRegs`
Fix warning
```
warning: 'isMemUseUpRegs' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
```
More information about the All-commits
mailing list