cranelift: Remove EBB references from docs (#6235)

* Remove ebb references from compare-llvm.md

* Remove EBB references from ir.md

* Remove EBB references from testing.md

* Fix grammar

* Clean up discussion of conditionals terminating BBs

* Remove a reference to boolean types
This commit is contained in:
Trevor Elliott
2023-04-18 16:01:45 -07:00
committed by GitHub
parent 51ed20ab4d
commit c17a3d89f7
3 changed files with 43 additions and 76 deletions

View File

@@ -205,7 +205,7 @@ Compute the dominator tree of each function and validate it against the
}
```
Every reachable extended basic block except for the entry block has an
Every reachable basic block except for the entry block has an
*immediate dominator* which is a jump or branch instruction. This test passes
if the `dominates:` annotations on the immediate dominator instructions are
both correct and complete.