Skip to content

Commit 518c05c

Browse files
committed
Move core of constant propagation domain to util/
This part of the constant propagator has no dependency on code outside util and enables stateful expression simplification. Moving to util will enable future use within language front-ends. This is only a refactoring, with the exception of the output function, which now uses format() instead of from_expr(), which required a change to the expected test output in one case.
1 parent 47b605f commit 518c05c

File tree

8 files changed

+446
-426
lines changed

8 files changed

+446
-426
lines changed

jbmc/regression/janalyzer/string-initializer/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Basic1.class
44
^EXIT=0$
55
^SIGNAL=0$
66
Hello_20 = \{ \.@class_identifier="java::java\.lang\.String" \};
7-
java::java\.lang\.String\.Literal\.Hello_20=\{ \.@class_identifier="java::java\.lang\.String" \}
7+
java::java\.lang\.String\.Literal\.Hello_20=\{ "java::java\.lang\.String" \}
88
--
99
^warning: ignoring

0 commit comments

Comments
 (0)