mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
Shut up the warning.
llvm-svn: 31635
This commit is contained in:
parent
de7ff3fa3d
commit
900444d686
@ -180,7 +180,7 @@ public:
|
||||
assert(isRegister() && "Wrong MachineOperand accessor");
|
||||
return IsImp;
|
||||
}
|
||||
bool setImplicit() {
|
||||
void setImplicit() {
|
||||
assert(isRegister() && "Wrong MachineOperand accessor");
|
||||
IsImp = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user