diff options
author | John Hodge <tpg@mutabah.net> | 2016-10-18 18:37:22 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-10-18 18:37:22 +0800 |
commit | ce853ffc73fc2cc743bf2b03cfd1e0d4130ffd30 (patch) | |
tree | 4af393eb4180533fd8d382c2845525d29778a773 | |
parent | 1f37dcc2455aacd0fe797613efea712c57948835 (diff) | |
download | mrust-ce853ffc73fc2cc743bf2b03cfd1e0d4130ffd30.tar.gz |
Notes/MIR - Random ideas
-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`? |