Shut up the warning.

llvm-svn: 31635
This commit is contained in:
Jim Laskey 2006-11-10 14:44:12 +00:00
parent de7ff3fa3d
commit 900444d686

View File

@ -180,7 +180,7 @@ public:
assert(isRegister() && "Wrong MachineOperand accessor");
return IsImp;
}
bool setImplicit() {
void setImplicit() {
assert(isRegister() && "Wrong MachineOperand accessor");
IsImp = true;
}