Reuse the MO variable instead of recomputing it in RegAllocLocal.
authorDan Gohman <gohman@apple.com>
Wed, 9 Jul 2008 20:12:26 +0000 (20:12 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 9 Jul 2008 20:12:26 +0000 (20:12 +0000)
commit85e6815d83d2b0027b5197aa17b5f32074bc9a8e
tree553b3d6706c33cb3ee6acb66c6d4a86f52d419e4
parent9a06ed93594d7a1894d4e61c2925a98f661dd221
Reuse the MO variable instead of recomputing it in RegAllocLocal.
Keep RegAllocSimple in sync.

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