Have ARMSelectionDAGInfo take a DataLayout as it's argument as the
authorEric Christopher <echristo@gmail.com>
Thu, 12 Jun 2014 23:39:49 +0000 (23:39 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 12 Jun 2014 23:39:49 +0000 (23:39 +0000)
commit70e005a1719978a134b0d65a38828b41338263fb
tree10c2cce84616fb95c3131330481b982b125e149c
parent349777d3ea6beb9e875339904af0385a451e17ef
Have ARMSelectionDAGInfo take a DataLayout as it's argument as the
DAG has access to the subtarget and TargetSelectionDAGInfo only
needs a DataLayout.

llvm-svn: 210859
llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp
llvm/lib/Target/ARM/ARMSelectionDAGInfo.h
llvm/lib/Target/ARM/ARMTargetMachine.cpp