This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Commit 8f3659f
committed
Drop emitBasicBlock
This extra function is unneeded and unnecessarily complexifies the
emitted LLVM IR. Instead just emit each member of the block in
sequence and return the last BB.1 parent e5c6778 commit 8f3659f
1 file changed
+5
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
407 | 411 | | |
408 | 412 | | |
409 | 413 | | |
| |||
415 | 419 | | |
416 | 420 | | |
417 | 421 | | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | 422 | | |
437 | 423 | | |
438 | 424 | | |
| |||
0 commit comments