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)
commit6b27b7a8593423895db16333ab9e9c056316162b
tree6773925ac9a2290c7ce8c365e097656559d86630
parent728d6066899e9f1bc9d61365e64c14582ce1746d
Have MSP430SelectionDAGInfo constructor take a DataLayout rather
than a target machine since it doesn't need anything past the
DataLayout.

llvm-svn: 211826
llvm/lib/Target/MSP430/MSP430SelectionDAGInfo.cpp
llvm/lib/Target/MSP430/MSP430SelectionDAGInfo.h
llvm/lib/Target/MSP430/MSP430TargetMachine.cpp