diff options
Diffstat (limited to 'src/all_types.hpp')
| -rw-r--r-- | src/all_types.hpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/all_types.hpp b/src/all_types.hpp index c74c8fd4b1..b0147694b4 100644 --- a/src/all_types.hpp +++ b/src/all_types.hpp @@ -3649,10 +3649,16 @@ struct ResultLocReturn { ResultLoc base; }; +struct IrSuspendPosition { + size_t basic_block_index; + size_t instruction_index; +}; + struct ResultLocPeerParent { ResultLoc base; bool skipped; + bool done_resuming; ResultLoc *parent; ResultLocPeer *peers; size_t peer_count; @@ -3660,11 +3666,6 @@ struct ResultLocPeerParent { IrInstruction *is_comptime; }; -struct IrSuspendPosition { - size_t basic_block_index; - size_t instruction_index; -}; - struct ResultLocPeer { ResultLoc base; |
