Skip to content

Commit

Permalink
update path to util.h in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
nlsandler committed Jul 9, 2024
1 parent cc00030 commit 9de6849
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion templates/chapter_20_templates/force_spill.c.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion templates/chapter_20_templates/use_all_hardregs.c.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9de6849

Please sign in to comment.