Enable scalar replacement of AllocaInst whose one of the user is dbg info.
authorDevang Patel <dpatel@apple.com>
Tue, 10 Feb 2009 07:00:59 +0000 (07:00 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 10 Feb 2009 07:00:59 +0000 (07:00 +0000)
commit4afc90dacf309999d8b7f6c2b4b0c56af346bab5
treed6324836dd059b615659328eceaf1bd1bd137349
parent2303df96b05077b085db64274cd0e3ade452e715
Enable scalar replacement of AllocaInst whose one of the user is dbg info.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64207 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/Local.h
lib/Transforms/Scalar/ScalarReplAggregates.cpp
lib/Transforms/Utils/Local.cpp
test/Transforms/ScalarRepl/debuginfo.ll [new file with mode: 0644]