diff options
Diffstat (limited to 'Notes/MIR.md')
-rw-r--r-- | Notes/MIR.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Notes/MIR.md b/Notes/MIR.md index 279c0e58..57c99356 100644 --- a/Notes/MIR.md +++ b/Notes/MIR.md @@ -92,3 +92,4 @@ TODO ==== - Create a variant of the `CALL` terminator that takes a path instead of a LValue - Create a `CallPath` RValue for calling functions that never diverge (e.g. some intrinsics) + - OR: Have a new RValue and Terminator - `CallIntrinsic`? |