Remove a stale comment.

This commit is contained in:
Dan Gohman
2017-08-29 03:30:22 -07:00
parent 253f602a4c
commit c71d4fc01b

View File

@@ -129,8 +129,6 @@ impl ControlStackFrame {
/// - if the last instruction added was a `return`; /// - if the last instruction added was a `return`;
/// - the depth of the two unreachable control blocks stacks, that are manipulated when translating /// - the depth of the two unreachable control blocks stacks, that are manipulated when translating
/// unreachable code; /// unreachable code;
/// - all the `Ebb`s referenced by `br_table` instructions, because those are always reachable even
/// if they are at a point of the code that would have been unreachable otherwise.
struct TranslationState { struct TranslationState {
last_inst_return: bool, last_inst_return: bool,
phantom_unreachable_stack_depth: usize, phantom_unreachable_stack_depth: usize,