Have MSP430SelectionDAGInfo constructor take a DataLayout rather
authorEric Christopher <echristo@gmail.com>
Fri, 27 Jun 2014 00:37:57 +0000 (00:37 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 27 Jun 2014 00:37:57 +0000 (00:37 +0000)
commit9fe7eae0866080ea236a63d5358fad036350ecfd
treea1be1d970d1a37384fb1e3f67a97310b6ba88627
parent061b8c389cfd602d8e94995773820ca3bf727bfc
Have MSP430SelectionDAGInfo constructor take a DataLayout rather
than a target machine since it doesn't need anything past the
DataLayout.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211826 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/MSP430/MSP430SelectionDAGInfo.cpp
lib/Target/MSP430/MSP430SelectionDAGInfo.h
lib/Target/MSP430/MSP430TargetMachine.cpp