mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +00:00
Renamed trapping instruction function to be more consistent with other functions in the file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7448 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ec127bb352
commit
be08bb399a
@ -99,10 +99,10 @@ public:
|
|||||||
|
|
||||||
/// isTrappingInstruction - Return true if the instruction may trap.
|
/// isTrappingInstruction - Return true if the instruction may trap.
|
||||||
///
|
///
|
||||||
bool isTrappingInstruction() const {
|
bool isTrapping() const {
|
||||||
return isTrappingInstruction(getOpcode());
|
return isTrapping(getOpcode());
|
||||||
}
|
}
|
||||||
static bool isTrappingInstruction(unsigned op);
|
static bool isTrapping(unsigned op);
|
||||||
|
|
||||||
virtual void print(std::ostream &OS) const;
|
virtual void print(std::ostream &OS) const;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user