Skip to content

Commit 237d413

Browse files
committed
cosmetic improvement to output
1 parent a9dee57 commit 237d413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/dsl/ConstantHandler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class ConstantHandler<T>(private val lattice: Lattice<T>) {
9999
*/
100100
fun process(dest: FAIRAccessPath?, constant: Constant): List<FAIRStmt> {
101101
val abstractValue = mapConstant(constant) ?: return emptyList()
102-
val op = SetValueOp(abstractValue, "CONST($constant)")
102+
val op = SetValueOp(abstractValue, "LIFT($constant$abstractValue)")
103103
return listOf(FAIR.FAIRApplyStmt(dest, DslOperator(op), emptyList()))
104104
}
105105

0 commit comments

Comments
 (0)