[llvm-commits] CVS: llvm/lib/Transforms/Scalar/Mem2Reg.cpp

Chris Lattner lattner at cs.uiuc.edu
Sat Feb 22 17:58:00 PST 2003


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:




More information about the llvm-commits mailing list