From 9de684903977380ef41fc5d85c17ae32d6b100d6 Mon Sep 17 00:00:00 2001 From: Nora Sandler Date: Tue, 9 Jul 2024 22:04:35 +0000 Subject: [PATCH] update path to util.h in templates --- templates/chapter_20_templates/division_interference.c.jinja | 2 +- templates/chapter_20_templates/force_spill.c.jinja | 2 +- templates/chapter_20_templates/rewrite_regression_test.c.jinja | 2 +- templates/chapter_20_templates/use_all_hardregs.c.jinja | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/chapter_20_templates/division_interference.c.jinja b/templates/chapter_20_templates/division_interference.c.jinja index 34325672..67182f7d 100644 --- a/templates/chapter_20_templates/division_interference.c.jinja +++ b/templates/chapter_20_templates/division_interference.c.jinja @@ -7,7 +7,7 @@ * This test program is generated from templates/{{ self._TemplateReference__context.name }} */ -#include "../../libraries/util.h" +#include "../util.h" {{u}}int glob = 3; diff --git a/templates/chapter_20_templates/force_spill.c.jinja b/templates/chapter_20_templates/force_spill.c.jinja index f783a0f4..66a5b00c 100644 --- a/templates/chapter_20_templates/force_spill.c.jinja +++ b/templates/chapter_20_templates/force_spill.c.jinja @@ -23,7 +23,7 @@ * This test program is generated from templates/{{ self._TemplateReference__context.name }} * */ -#include "../../libraries/util.h" +#include "../util.h" {{t1|default("int")}} glob_three = 3; {% if all_types %} diff --git a/templates/chapter_20_templates/rewrite_regression_test.c.jinja b/templates/chapter_20_templates/rewrite_regression_test.c.jinja index e5581eb9..423896ce 100644 --- a/templates/chapter_20_templates/rewrite_regression_test.c.jinja +++ b/templates/chapter_20_templates/rewrite_regression_test.c.jinja @@ -12,7 +12,7 @@ * This test program is generated from templates/{{ self._TemplateReference__context.name }} * */ -#include "../../libraries/util.h" +#include "../util.h" int glob_three = 3; int glob_four = 4; diff --git a/templates/chapter_20_templates/use_all_hardregs.c.jinja b/templates/chapter_20_templates/use_all_hardregs.c.jinja index 55322dc6..bb38a387 100644 --- a/templates/chapter_20_templates/use_all_hardregs.c.jinja +++ b/templates/chapter_20_templates/use_all_hardregs.c.jinja @@ -3,7 +3,7 @@ * and make sure we assign all of them to hardregs * This test program is generated from templates/{{ self._TemplateReference__context.name }} * */ -#include "../../libraries/util.h" +#include "../util.h" int global_one = 1; // to prevent constant-folding