All remat'ed loads cannot be folded into two-address code. Not just argument loads...
authorEvan Cheng <evan.cheng@apple.com>
Mon, 25 Feb 2008 19:24:01 +0000 (19:24 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 25 Feb 2008 19:24:01 +0000 (19:24 +0000)
commite83a27516cf5b6cc92ead99c17bbd77bca7ae06b
tree0926521655530960af4700e96b2d3c673818c960
parent6110224fa6b09615743f49462bfcf2548f624068
All remat'ed loads cannot be folded into two-address code. Not just argument loads. This change doesn't really have any impact on codegen.

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