mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-22 23:24:59 +00:00
Clean up language and grammar.
Based on a patch by jfcaron3@gmail.com! PR19806 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209216 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -227,7 +227,7 @@ public:
|
||||
bool isReg() const { return OpKind == MO_Register; }
|
||||
/// isImm - Tests if this is a MO_Immediate operand.
|
||||
bool isImm() const { return OpKind == MO_Immediate; }
|
||||
/// isCImm - Test if t his is a MO_CImmediate operand.
|
||||
/// isCImm - Test if this is a MO_CImmediate operand.
|
||||
bool isCImm() const { return OpKind == MO_CImmediate; }
|
||||
/// isFPImm - Tests if this is a MO_FPImmediate operand.
|
||||
bool isFPImm() const { return OpKind == MO_FPImmediate; }
|
||||
|
Reference in New Issue
Block a user