Remove the TargetMachine from DFAPacketizer since it was only
authorEric Christopher <echristo@gmail.com>
Tue, 14 Oct 2014 01:03:16 +0000 (01:03 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 14 Oct 2014 01:03:16 +0000 (01:03 +0000)
commit8ff8c16f5830aba065d77c2e82789654c05fe5f0
tree9624d17b51c62a76163ae343ac3be2bbae6d16da
parent7c9c49b330e5e72671349a2de09ee01663e76b76
Remove the TargetMachine from DFAPacketizer since it was only
being used to grab subtarget specific things that we can grab
from the MachineFunction anyhow.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219650 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/DFAPacketizer.h
lib/CodeGen/DFAPacketizer.cpp
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp