mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
`IRBuilderBase::SetInsertPoint` weirdly replaces our debug location with one copied from the new insertion point, so undo its damage after calling it. Also included: a couple of cleanups I made while tracking this down.