RegAllocLocal has a TargetInstrInfo data member. Use it instead
authorDan Gohman <gohman@apple.com>
Wed, 9 Jul 2008 19:55:19 +0000 (19:55 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 9 Jul 2008 19:55:19 +0000 (19:55 +0000)
commit88490546240c1f1e3ded46a103c2b4f53c19a008
tree6c4c4cee6408610aa112c93fcdd46516aa9f016d
parent0383bc014c82ce3979416e5fe28caaca59142a05
RegAllocLocal has a TargetInstrInfo data member. Use it instead
of having local variables duplicate it.

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