Hi, I'd like to understand all the instructions that can end a basic block. So far, after analyzing a .ll file converted from .bc, I found the following 4 instructions. Are there other instructions that I miss? Thanks. - br - ret - switch - unreachable -- Regards, Peng