mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-07 12:56:43 +00:00
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:
parent
df2ddd44c8
commit
faeb8d6bf0
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user