Allow isDebug inquiry on any MO.

llvm-svn: 95818
This commit is contained in:
Dale Johannesen 2010-02-10 23:03:20 +00:00
parent 82d5534acc
commit 98ed32c3d7

View File

@ -220,7 +220,6 @@ public:
bool isDebug() const {
assert(isReg() && "Wrong MachineOperand accessor");
assert(!isDef() && "Wrong MachineOperand accessor");
return IsDebug;
}