about summary refs log tree commit diff stats
path: root/057static_dispatch.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-28 22:48:57 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-28 22:48:57 -0800
commit8a70ff4d9745a022e1833c1a111fd33831c723c9 (patch)
treefc6436ea1be3f8345d84c49bd31aca96e3d75daa /057static_dispatch.cc
parentf78f1907a1b58720eaef83f19c0f41387159774d (diff)
downloadmu-8a70ff4d9745a022e1833c1a111fd33831c723c9.tar.gz
2499 - done reorganizing transforms
Diffstat (limited to '057static_dispatch.cc')
-rw-r--r--057static_dispatch.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/057static_dispatch.cc b/057static_dispatch.cc
index 223e6ec9..a333838c 100644
--- a/057static_dispatch.cc
+++ b/057static_dispatch.cc
@@ -120,9 +120,8 @@ recipe test a:number, b:number -> z:number [
 ]
 +mem: storing 2 in location 7
 
-//: after insert_fragments (tangle) and before computing operation ids
 //: after filling in all missing types (because we'll be introducing 'blank' types in this transform in a later layer, for shape-shifting recipes)
-:(after "Transform.push_back(deduce_types_from_header)")
+:(after "End Type Modifying Transforms")
 Transform.push_back(resolve_ambiguous_calls);  // idempotent
 
 :(code)