Skip to content
Snippets Groups Projects
Commit 1e8a21a7 authored by Emmanouil (Manos) Koukoutos's avatar Emmanouil (Manos) Koukoutos Committed by Etienne Kneuss
Browse files

Compile NoTree to null/simplestValue

parent 01062258
No related branches found
No related tags found
No related merge requests found
......@@ -702,6 +702,12 @@ trait CodeGeneration {
ch << Ldc(id)
ch << InvokeStatic(GenericValuesClass, "get", "(I)Ljava/lang/Object;")
case NoTree( tp@(Int32Type | BooleanType | UnitType | CharType)) =>
mkExpr(simplestValue(tp), ch)
case NoTree(_) =>
ch << ACONST_NULL
case This(ct) =>
ch << ALoad(0) // FIXME what if doInstrument etc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment