mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-22 10:33:23 +00:00
Allow isDebug inquiry on any MO.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95818 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e2b05a71e
commit
9a722caa26
@ -220,7 +220,6 @@ public:
|
|||||||
|
|
||||||
bool isDebug() const {
|
bool isDebug() const {
|
||||||
assert(isReg() && "Wrong MachineOperand accessor");
|
assert(isReg() && "Wrong MachineOperand accessor");
|
||||||
assert(!isDef() && "Wrong MachineOperand accessor");
|
|
||||||
return IsDebug;
|
return IsDebug;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user