mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 22:43:29 +00:00
Allow isDebug inquiry on any MO.
llvm-svn: 95818
This commit is contained in:
parent
82d5534acc
commit
98ed32c3d7
@ -220,7 +220,6 @@ public:
|
||||
|
||||
bool isDebug() const {
|
||||
assert(isReg() && "Wrong MachineOperand accessor");
|
||||
assert(!isDef() && "Wrong MachineOperand accessor");
|
||||
return IsDebug;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user