| 2226 | } |
| 2227 | |
| 2228 | void Differ::MatchExecutionModes() { |
| 2229 | MatchPreambleInstructions(src_->execution_modes(), dst_->execution_modes()); |
| 2230 | } |
| 2231 | |
| 2232 | void Differ::MatchTypeForwardPointers() { |
| 2233 | // Bunch all of type forward pointers as potential matches. |