Changes in directory llvm/lib/Transforms/Scalar: Mem2Reg.cpp added (r1.1) --- Log message: Split mem2reg promotion into two parts: a function which does the work, and a pass which wraps the function. This allows other passes to use the functionality --- Diffs of the changes: