Move to a private function to initialize subtarget dependencies
authorEric Christopher <echristo@gmail.com>
Fri, 13 Jun 2014 00:20:35 +0000 (00:20 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 13 Jun 2014 00:20:35 +0000 (00:20 +0000)
commit1ee246100e7145c7fd27b417f128840037aa1f54
tree553704a7f1879589de957ba7b6d59c137f1200eb
parent740a75968a1ffc246c8f54a83cdaffe4d0cb3494
Move to a private function to initialize subtarget dependencies
so we can use initializer lists for the ARMSubtarget and then
use this to initialize a moved DataLayout on the subtarget from
the TargetMachine.

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