mirror of
https://github.com/yuzu-emu/sirit.git
synced 2024-11-22 13:45:37 +01:00
Rename bad overload Add to Sink
This commit is contained in:
parent
4da63b4ed5
commit
951ef21f17
@ -60,7 +60,7 @@ void Op::Write(Stream& stream) const {
|
||||
}
|
||||
}
|
||||
|
||||
void Op::Add(Operand* operand) {
|
||||
void Op::Sink(Operand* operand) {
|
||||
Add(static_cast<const Operand*>(operand));
|
||||
operand_store.push_back(std::unique_ptr<Operand>(operand));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user