mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Tidy up. Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147151 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f1a88fc474
commit
18c8d12dea
@ -3189,14 +3189,14 @@ parseMSRMaskOperand(SmallVectorImpl<MCParsedAsmOperand*> &Operands) {
|
||||
.Case("faultmask", 19)
|
||||
.Case("control", 20)
|
||||
.Default(~0U);
|
||||
|
||||
|
||||
if (FlagsVal == ~0U)
|
||||
return MatchOperand_NoMatch;
|
||||
|
||||
if (!hasV7Ops() && FlagsVal >= 17 && FlagsVal <= 19)
|
||||
// basepri, basepri_max and faultmask only valid for V7m.
|
||||
return MatchOperand_NoMatch;
|
||||
|
||||
|
||||
Parser.Lex(); // Eat identifier token.
|
||||
Operands.push_back(ARMOperand::CreateMSRMask(FlagsVal, S));
|
||||
return MatchOperand_Success;
|
||||
|
Loading…
x
Reference in New Issue
Block a user