Correctly determine whether a argument load can be folded into its uses.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 25 Feb 2008 08:50:41 +0000 (08:50 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 25 Feb 2008 08:50:41 +0000 (08:50 +0000)
commit79a0c1e46c4f7d8a2a06f4ef3e2c54d883c7fe25
treed01b774aae0287a94658cfb914a6edc7c29825ed
parentc0808a7e1d91fb5362ba52101bf8ebcebcb7bfb6
Correctly determine whether a argument load can be folded into its uses.

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