Have MipsSelectionDAGInfo constructor take a DataLayout rather
authorEric Christopher <echristo@gmail.com>
Fri, 27 Jun 2014 04:38:30 +0000 (04:38 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 27 Jun 2014 04:38:30 +0000 (04:38 +0000)
commit5432e75a2544f3987dea5fe6c4c30763c3cdcb42
tree3e881046a0dd16f45a12b88b08b31bb3105734ea
parentdc2c47590420878d8edb49be4a4734e8f886278d
Have MipsSelectionDAGInfo constructor take a DataLayout rather
than a target machine since it doesn't need anything past the
DataLayout.

llvm-svn: 211863
llvm/lib/Target/Mips/MipsSelectionDAGInfo.cpp
llvm/lib/Target/Mips/MipsSelectionDAGInfo.h
llvm/lib/Target/Mips/MipsTargetMachine.cpp