[llvm-commits] CVS: llvm/include/llvm/Transforms/Utils/DemoteRegToStack.h
Vikram Adve
vadve at cs.uiuc.edu
Tue Dec 10 07:08:01 PST 2002
Changes in directory llvm/include/llvm/Transforms/Utils:
DemoteRegToStack.h added (r1.1)
---
Log message:
This file provides 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