Commit 561f76b
[IR] Convert check to assertion in PredIterator (NFC) (llvm#137931)
After llvm#137799 and
llvm#137816, instruction uses of
BasicBlocks are always terminators, so assert that instead of checking
it.1 parent e2a9c35 commit 561f76b
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments