Commits

Adrian Prantl committed ff839429e4f
Emit debug info for storage-less variables as constant 0 instead of undef. LLVM drops debug intrinsics for undef values in SelectionDAG and FastISel. Until this is fixed, emit a constant 0 to force the variable to be emitted. <rdar://problem/26429250>