diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-11-04 23:53:11 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-11-04 23:53:11 -0800 |
commit | cc6c9e747933a0174e3b1e87886be13b49b0face (patch) | |
tree | b00d84e46616447da6e6a07e7fb743f1ebd8cb09 | |
parent | 436b2b2eac33b893f7b9b0a7229ac1d98c034d2c (diff) | |
download | mu-cc6c9e747933a0174e3b1e87886be13b49b0face.tar.gz |
2361
-rw-r--r-- | 057static_dispatch.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/057static_dispatch.cc b/057static_dispatch.cc index 20bc82f8..4de67aa3 100644 --- a/057static_dispatch.cc +++ b/057static_dispatch.cc @@ -102,7 +102,8 @@ recipe test a:number, b:number -> z:number [ ] +mem: storing 2 in location 7 -:(after "Begin Transforms") +//: after insert_fragments (tangle) and before computing operation ids +:(before "Transform.push_back(deduce_types_from_header)") Transform.push_back(resolve_ambiguous_calls); :(code) |