Remove X86Subtarget from the X86FrameLowering constructor since
authorEric Christopher <echristo@gmail.com>
Thu, 5 Jun 2014 22:10:58 +0000 (22:10 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 5 Jun 2014 22:10:58 +0000 (22:10 +0000)
commit38ee55ddfad7299bc5e8709b8acd153b3099e228
treee5ae776bdfcbd40618d3475741a81d6208aaf386
parent6156e562ef42ed25274c2894aedb22b909184771
Remove X86Subtarget from the X86FrameLowering constructor since
we can just pass in the values we already know and we're not
caching the subtarget anymore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210292 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FrameLowering.h
lib/Target/X86/X86TargetMachine.cpp