Add a TargetMachine argument to the AddressingModeMatcher, we'll
authorEric Christopher <echristo@gmail.com>
Thu, 26 Feb 2015 22:38:34 +0000 (22:38 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 26 Feb 2015 22:38:34 +0000 (22:38 +0000)
commit28ebf3f1120e2a4e8fe419c4b5fd06ffd3806c8b
treeb2b05bcbc577efee724a27f81ffe21b8472cdbed
parentb54c36fb4d8d32c1ae3a72823d6befa22b7ce4b4
Add a TargetMachine argument to the AddressingModeMatcher, we'll
need this shortly to get a TargetRegisterInfo from the subtarget
for TargetLowering routines.

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