mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-02-19 16:49:43 +00:00
Rename bad overload Add to Sink
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user