about summary refs log tree commit diff stats
path: root/subx/031check_operand_bounds.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/031check_operand_bounds.cc')
-rw-r--r--subx/031check_operand_bounds.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/031check_operand_bounds.cc b/subx/031check_operand_bounds.cc
index cca4ab24..f72451a0 100644
--- a/subx/031check_operand_bounds.cc
+++ b/subx/031check_operand_bounds.cc
@@ -22,7 +22,7 @@ put(Operand_bound, "disp16", 1<<16);
 put(Operand_bound, "imm8", 1<<8);
 // no bound needed for imm32
 
-:(before "End One-time Setup")
+:(before "End Transforms")
 Transform.push_back(check_operand_bounds);
 :(code)
 void check_operand_bounds(/*const*/ program& p) {