Skip to content

Commit 1c879e7

Browse files
author
Daniel Kroening
committed
expr2ct::convert_norep now takes an irep
1 parent a3d7392 commit 1c879e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ansi-c/expr2c.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ std::string expr2ct::convert_struct_member_value(
16631663
}
16641664

16651665
std::string expr2ct::convert_norep(
1666-
const exprt &src,
1666+
const irept &src,
16671667
unsigned &precedence)
16681668
{
16691669
lispexprt lisp;

src/ansi-c/expr2c_class.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ class expr2ct
247247
virtual std::string convert_constant(const constant_exprt &src, unsigned &precedence);
248248
virtual std::string convert_constant_bool(bool boolean_value);
249249

250-
std::string convert_norep(const exprt &src, unsigned &precedence);
250+
std::string convert_norep(const irept &src, unsigned &precedence);
251251

252252
virtual std::string convert_struct(const exprt &src, unsigned &precedence);
253253
std::string convert_union(const exprt &src, unsigned &precedence);

0 commit comments

Comments
 (0)