check that terminators only occur at the end of a block. This catches the
common problem of putting two terminators in the same block. I can't write a testcase for this because the .ll parser rejects this before the verifier can, but this can occur when generating IR. llvm-svn: 46900
Loading
Please register or sign in to comment