dibyendumajumdar / dmr_c

dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends
Other
52 stars 2 forks source link

Variables must be initialized before use else compilation may fail #8

Open dibyendumajumdar opened 7 years ago

dibyendumajumdar commented 7 years ago

If a local variable is not initialized before use then the linearizer sets this to VOID - this will result in a failure in sparse-llvm.