tests/reassignVar.R

t2 <- function(x) {
    y <- 4
    x <- y
    return(x + 1)
}

ff = compileFunction(t2, DoubleType, DoubleType)
.llvm(ff, 3)
duncantl/R2llvm documentation built on May 14, 2019, 9:42 a.m.