mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 05:30:49 +00:00
[AVR] Add a 'LLVM_FALLTHROUGH' statement to the AsmParser
Should fix warnings in the build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307890 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
68f374b8d3
commit
266135fc7a
@ -466,6 +466,7 @@ bool AVRAsmParser::parseOperand(OperandVector &Operands) {
|
||||
if (!tryParseRegisterOperand(Operands)) {
|
||||
return false;
|
||||
}
|
||||
LLVM_FALLTHROUGH;
|
||||
case AsmToken::LParen:
|
||||
case AsmToken::Integer:
|
||||
case AsmToken::Dot:
|
||||
|
Loading…
Reference in New Issue
Block a user