mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Add new method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10809 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eab20b58b1
commit
925e3474bd
@ -105,6 +105,12 @@ public:
|
||||
bool isCommutative() const { return isCommutative(getOpcode()); }
|
||||
static bool isCommutative(unsigned op);
|
||||
|
||||
/// isRelational - Return true if the instruction is a Set* instruction:
|
||||
///
|
||||
bool isRelational() const { return isRelational(getOpcode()); }
|
||||
static bool isRelational(unsigned op);
|
||||
|
||||
|
||||
/// isTrappingInstruction - Return true if the instruction may trap.
|
||||
///
|
||||
bool isTrapping() const {
|
||||
|
Loading…
Reference in New Issue
Block a user