[InstrProfiling][NFC] Initialize MadeChange variable

This addresses an issue introduced in 389dc94d4b which triggers
a crash on Windows.
This commit is contained in:
Petr Hosek 2021-08-17 23:31:50 -07:00
parent 0988488ed4
commit 1c84167149
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ bool InstrProfiling::run(
UsedVars.clear();
TT = Triple(M.getTargetTriple());
bool MadeChange;
bool MadeChange = false;
// Emit the runtime hook even if no counters are present.
if (needsRuntimeHookUnconditionally(TT))