| 1165 | } |
| 1166 | |
| 1167 | void LoopUtils::Finalize() { |
| 1168 | // Clean up the loop descriptor to preserve the analysis. |
| 1169 | |
| 1170 | LoopDescriptor* LD = context_->GetLoopDescriptor(&function_); |
| 1171 | LD->PostModificationCleanup(); |
| 1172 | } |
| 1173 | |
| 1174 | /* |
| 1175 | * |
no test coverage detected