TwoAddressInstructionPass refactoring: Extract a method.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 3 Aug 2012 23:25:45 +0000 (23:25 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 3 Aug 2012 23:25:45 +0000 (23:25 +0000)
commit6ac8066ae49a5e9910f24e08af0b168210270946
tree00df30016d061e5d10e56f6269b78329a4675917
parent5bfdedf6ab4e85bc4e27fd937a74e15071cb949b
TwoAddressInstructionPass refactoring: Extract a method.

No functional change intended, except replacing a DenseMap with a
SmallDenseMap which should behave identically.

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