| 2162 | }); |
| 2163 | } |
| 2164 | void Differ::MatchMemoryModel() { |
| 2165 | // Always match the memory model instructions, there is always a single one of |
| 2166 | // it. |
| 2167 | id_map_.MapInsts(src_->GetMemoryModel(), dst_->GetMemoryModel()); |
| 2168 | } |
| 2169 | |
| 2170 | void Differ::MatchEntryPointIds() { |
| 2171 | // Match OpEntryPoint ids (at index 1) by ExecutionModel (at index 0) and |
no test coverage detected