-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
c-bootstrap/src/targets/GenerateX64.cpp
Lines 289 to 294 in cd9a7e1
| // TODO: Handle this earlier (we don't eval RHS if LHS is falsey) | |
| atl::stack<atl::shared_ptr<X64::Register>> paramRegs = x64.paramRegs(); | |
| x64.callerPrologue(); | |
| x64.mov(paramRegs.pop_back(), x64.rcx); | |
| x64.mov(paramRegs.pop_back(), x64.rax); | |
| x64.call("operator_eq"); |
This issue was generated by todo based on a TODO comment in cd9a7e1 when #151 was merged. cc @rdtscp.
Reactions are currently unavailable