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: