If location info is attached with an instruction then keep track of alloca slots...
authorDevang Patel <dpatel@apple.com>
Thu, 1 Oct 2009 01:03:26 +0000 (01:03 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 1 Oct 2009 01:03:26 +0000 (01:03 +0000)
commit75549f4444cbb14e73c8f10ab90ec36c60413e8e
treecf41f5dc27b313b9bc0ad7ff9ca1bf0d0272bddf
parentb0fdedb3fd123a47e7deca75d1e6f7d64218b07a
If location info is attached with an instruction then keep track of alloca slots used by a variable. This info will be used by AsmPrinter to emit debug info for variables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83189 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineModuleInfo.h
lib/CodeGen/SelectionDAG/FastISel.cpp