Method AddCase
AddCase(Value, BasicBlock)
Adds a new case to the Switch instruction
Declaration
public void AddCase(Value onVal, BasicBlock destination)
Parameters
public void AddCase(Value onVal, BasicBlock destination)
Value | onVal | Value for the case to match |
BasicBlock | destination | Destination BasicBlock if the case matches |