[NFC] Fix build failure in ScopDetection

In some build environments, the C++ compiler is unable to infer the
correct type for the DenseMap::insert in isErrorBlock. Typing out
std::make_pair helps.
GitOrigin-RevId: 67acc772d0945e8e30cf31a2ce1173e9c564708f
1 file changed