about summary refs log tree commit diff stats
path: root/043new.cc
diff options
context:
space:
mode:
Diffstat (limited to '043new.cc')
-rw-r--r--043new.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/043new.cc b/043new.cc
index 4604a4fa..05c64009 100644
--- a/043new.cc
+++ b/043new.cc
@@ -28,7 +28,7 @@ trace(Primitive_recipe_depth, "new") << "routine allocated memory from " << allo
 
 :(before "End Mu Types Initialization")
 Type_ordinal["type"] = 0;
-:(after "Per-recipe Transforms")
+:(before "End transform_names(inst) Special-cases")
 // replace type names with type_ordinals
 if (inst.operation == Recipe_ordinal["new"]) {
   // End NEW Transform Special-cases