Label::Indirect(_)=>unimplemented!("Handling of indirect edges not yet implemented"),// Right now this case should not exist. Decide how to handle only after it can actually occur.
}
}
/// Update the state with the knowledge that some conditional evaluated to true or false.
/// Currently not implemented, this function just returns the state as it is.