We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98204a2 commit b869f1bCopy full SHA for b869f1b
clang/lib/Basic/Targets/X86.cpp
@@ -1365,7 +1365,7 @@ static llvm::X86::ProcessorFeatures getFeature(StringRef Name) {
1365
}
1366
1367
unsigned X86TargetInfo::getFMVPriority(ArrayRef<StringRef> Features) const {
1368
- auto getPriority = [this](StringRef Feature) -> unsigned {
+ auto getPriority = [](StringRef Feature) -> unsigned {
1369
// Valid CPUs have a 'key feature' that compares just better than its key
1370
// feature.
1371
using namespace llvm::X86;
0 commit comments