f2cb0f1407
This corrects the type given to GEP2 when initializing a stacklocal array. This issue only cause problems when bitcode gets written before any of the optimization passes, in which case it will fail on LLVM validation when reading the bitcode back in on a subsequent pass.