Commit cea2c86
authored
[OMPIRBuilder][Debug] Remove unnecessary code. (llvm#156468)
In the code that fix ups the debug information, we handles both the
debug intrinsics and debug records. The debug intrinsics are being
phased out and I recently changed mlir translation to not generate them.
This means that we should not get debug intrinsics anymore and code can
be simplified by removing their handling.1 parent a24e11f commit cea2c86
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7382 | 7382 | | |
7383 | 7383 | | |
7384 | 7384 | | |
7385 | | - | |
7386 | | - | |
7387 | | - | |
| 7385 | + | |
| 7386 | + | |
7388 | 7387 | | |
7389 | 7388 | | |
7390 | 7389 | | |
| |||
0 commit comments