| 2619 | } |
| 2620 | |
| 2621 | void Differ::MatchAnnotations() { |
| 2622 | // This section includes OpDecorate and family. |
| 2623 | MatchDebugAndAnnotationInstructions(src_->annotations(), dst_->annotations()); |
| 2624 | } |
| 2625 | |
| 2626 | const opt::Instruction* Differ::MappedDstInst( |
| 2627 | const opt::Instruction* src_inst) { |