Skip to content

Commit a9ba6ac

Browse files
committed
Move function body generation to goto instrument directory
1 parent e631cf5 commit a9ba6ac

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

src/goto-instrument/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ SRC = accelerate/accelerate.cpp \
3535
full_slicer.cpp \
3636
function.cpp \
3737
function_modifies.cpp \
38+
generate_function_bodies.cpp \
3839
goto_instrument_languages.cpp \
3940
goto_instrument_main.cpp \
4041
goto_instrument_parse_options.cpp \

src/goto-programs/generate_function_bodies.cpp renamed to src/goto-instrument/generate_function_bodies.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ Author: Diffblue Ltd.
1212
#include <ansi-c/c_object_factory_parameters.h>
1313

1414
#include <goto-programs/goto_convert.h>
15+
#include <goto-programs/remove_skip.h>
1516

1617
#include <util/arith_tools.h>
1718
#include <util/format_expr.h>
1819
#include <util/make_unique.h>
1920
#include <util/string_utils.h>
2021

21-
#include "remove_skip.h"
22-
2322
void generate_function_bodiest::generate_function_body(
2423
goto_functiont &function,
2524
symbol_tablet &symbol_table,

src/goto-instrument/goto_instrument_parse_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Author: Daniel Kroening, [email protected]
2727

2828
#include <analyses/goto_check.h>
2929

30-
#include <goto-programs/generate_function_bodies.h>
3130
#include "aggressive_slicer.h"
31+
#include "generate_function_bodies.h"
3232

3333
#include "count_eloc.h"
3434

src/goto-programs/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ SRC = adjust_float_expressions.cpp \
66
destructor.cpp \
77
elf_reader.cpp \
88
format_strings.cpp \
9-
generate_function_bodies.cpp \
109
goto_asm.cpp \
1110
goto_clean_expr.cpp \
1211
goto_convert.cpp \

0 commit comments

Comments
 (0)