Commit 01b60df
authored
[CIR][NFC] Fix memory corruption in type converter (llvm#160211)
This fixes a problem where a rogue call to converter.addConversion
inside of a type conversion lambda was causing memory corruption that
(luckily!) triggered a test failure on some build platforms.
Near as I can tell, the unwanted addConversion call was the result of a
bad rebase (by me). The code shouldn't have ever been there. Because the
failure depends on the build environment, I can't find a reliable way to
test this change.1 parent b3d0865 commit 01b60df
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2381 | 2381 | | |
2382 | 2382 | | |
2383 | 2383 | | |
2384 | | - | |
2385 | | - | |
2386 | | - | |
2387 | 2384 | | |
2388 | 2385 | | |
2389 | 2386 | | |
| |||
0 commit comments