[llvm-commits] CVS: llvm/lib/Transforms/Utils/DemoteRegToStack.cpp

Vikram Adve vadve at cs.uiuc.edu
Tue Dec 10 07:09:01 PST 2002


Changes in directory llvm/lib/Transforms/Utils:

DemoteRegToStack.cpp added (r1.1)

---
Log message:

This file implements the function DemoteRegToStack(), which takes a
virtual register computed by an Instruction& X and replaces it with
a slot in the stack frame, allocated via alloca.


---
Diffs of the changes:




More information about the llvm-commits mailing list