Removed fallthrough annotation which does not directly precede switch label.

llvm-svn: 303653
This commit is contained in:
Galina Kistanova 2017-05-23 16:56:10 +00:00
parent 7ad3dbe836
commit 3677c0f1d8
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}
}