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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user