| 1884 | } |
| 1885 | |
| 1886 | void PopScope() |
| 1887 | { |
| 1888 | StackVariableNameToStorageID.RemoveAt(StackVariableNameToStorageID.Count() - 1); |
| 1889 | StackVariableNameToValueID.RemoveAt(StackVariableNameToValueID.Count() - 1); |
| 1890 | } |
| 1891 | |
| 1892 | void UpdateVariable(ILOperand* op, int id) |
| 1893 | { |
no test coverage detected