Implementation of the simple "scalar replacement of aggregates" transformation
authorChris Lattner <sabre@nondot.org>
Tue, 27 May 2003 15:45:27 +0000 (15:45 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 May 2003 15:45:27 +0000 (15:45 +0000)
commited7b41ea90a17c826f195acbc456c4bb733113d6
treeb38850f66262f6465dbcc66cfbd2c50c18e0593c
parentbfebd79dd11a04974ea71f79a160c31fc45a91af
Implementation of the simple "scalar replacement of aggregates" transformation

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