ΒΆunsigned int
removeAllNonTerminatorAndEHPadInstructions(
    llvm::BasicBlock* BB)

Description

Remove all instructions from a basic block other than it's terminator and any present EH pad instructions.

Declared at: llvm/include/llvm/Transforms/Utils/Local.h:392

Parameters

llvm::BasicBlock* BB