forked from OSchip/llvm-project
Removed fallthrough annotation which does not directly precede switch label.
llvm-svn: 303653
This commit is contained in:
parent
7ad3dbe836
commit
3677c0f1d8
|
@ -3507,7 +3507,6 @@ void X86TargetInfo::setSSELevel(llvm::StringMap<bool> &Features,
|
|||
Features["avx512pf"] = Features["avx512dq"] = Features["avx512bw"] =
|
||||
Features["avx512vl"] = Features["avx512vbmi"] =
|
||||
Features["avx512ifma"] = false;
|
||||
LLVM_FALLTHROUGH;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3574,7 +3573,6 @@ void X86TargetInfo::setXOPLevel(llvm::StringMap<bool> &Features, XOPEnum Level,
|
|||
LLVM_FALLTHROUGH;
|
||||
case XOP:
|
||||
Features["xop"] = false;
|
||||
LLVM_FALLTHROUGH;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue