Fix several bugs in the extractor:
authorChris Lattner <sabre@nondot.org>
Thu, 18 Mar 2004 03:49:40 +0000 (03:49 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Mar 2004 03:49:40 +0000 (03:49 +0000)
commitb5c1dbf50388c4efe26c9e7ba81e514a109c65d7
tree9f7a632fa3b295c2ac9eebf8d2f1fbefc19b2e9d
parent369287bab599c2c515eab4ffd8a7f3bab227d346
Fix several bugs in the extractor:
1. Names were not put on the new arguments created (ok, this just helps sanity :)
2. Fix outgoing pointer values
3. Do not insert stores for values that had not been computed
4. Fix some wierd problems with the outset calculation

This fixes CodeExtractor/2004-03-14-DominanceProblem.ll, making the extractor
work on at least one simple case!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12484 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/CodeExtractor.cpp