This file implements the function DemoteRegToStack(), which takes a
authorVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 10 Dec 2002 13:07:58 +0000 (13:07 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 10 Dec 2002 13:07:58 +0000 (13:07 +0000)
commit83e3b6503d775e98cc85fb881419d1c23b75cde2
tree1475ade7b993f6d8d788cef5c2563041bf947f3c
parent1690f1d77d1a6a9016279df3a94dbbf68a4bd7a6
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4964 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/DemoteRegToStack.cpp [new file with mode: 0644]