Rllvm (version 0.7-0)

setInitializer: Set the initializer for an LLVM Value

Description

This function sets the initial value for an LLVM variable or Value object.

Usage

setInitializer(var, value)

Arguments

var

the variable whose value is to be set

value

the value with which to initialize the variable

References

LLVM Documentation http://llvm.org/docs/