about summary refs log tree commit diff stats
path: root/013update_operation.cc
diff options
context:
space:
mode:
Diffstat (limited to '013update_operation.cc')
-rw-r--r--013update_operation.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/013update_operation.cc b/013update_operation.cc
index edfda882..22a8f538 100644
--- a/013update_operation.cc
+++ b/013update_operation.cc
@@ -1,9 +1,8 @@
 //: Once all code is loaded, save operation ids of instructions and check that
 //: nothing's undefined.
 
-:(after "int main")
-  // do this before any other transforms
-  Transform.push_back(update_instruction_operations);
+:(after "Begin Transforms")
+Transform.push_back(update_instruction_operations);
 
 :(code)
 void update_instruction_operations(recipe_ordinal r) {