From 5c368edcb22a4b7c4df7aada998b42ea4833e795 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 14 Jan 2020 01:42:21 -0800 Subject: 5892 --- 037global_variables.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '037global_variables.cc') diff --git a/037global_variables.cc b/037global_variables.cc index c22ac3d3..2cd67421 100644 --- a/037global_variables.cc +++ b/037global_variables.cc @@ -20,7 +20,7 @@ void test_global_variable() { ); } -:(before "End Level-2 Transforms") +:(before "End Transforms") Transform.push_back(rewrite_global_variables); :(code) void rewrite_global_variables(program& p) { @@ -157,7 +157,7 @@ bool valid_use_of_global_variable(const word& curr) { //:: a more complex sanity check for how we use global variables //: requires first saving some data early before we pack operands -:(after "Begin Level-2 Transforms") +:(after "Begin Transforms") Transform.push_back(correlate_disp32_with_mod); :(code) void correlate_disp32_with_mod(program& p) { -- cgit 1.4.1-2-gfad0