GCC complains thusly: "attributes at the beginning of statement are ignored [-Werror=attributes]". Very well then! NFC

llvm-svn: 234788
This commit is contained in:
Nick Lewycky 2015-04-13 20:03:08 +00:00
parent df2ddd44c8
commit faeb8d6bf0

View File

@ -428,7 +428,7 @@ Instruction *InstCombiner::visitCallInst(CallInst &CI) {
II->setArgOperand(1, LHS);
return II;
}
[[clang::fallthrough]];
// fall through
case Intrinsic::usub_with_overflow:
case Intrinsic::ssub_with_overflow: {