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)
commit9a81e280565355e0a8fb23f080eb730a315460d8
treed9540b1be2d1db1d1fc381dc224f78f57a5c6acd
parent4eddf94a147737e0b3b6e565a7eb283fc11bbf85
Have ARMSelectionDAGInfo take a DataLayout as it's argument as the
DAG has access to the subtarget and TargetSelectionDAGInfo only
needs a DataLayout.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210859 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMSelectionDAGInfo.cpp
lib/Target/ARM/ARMSelectionDAGInfo.h
lib/Target/ARM/ARMTargetMachine.cpp