Remove IsLittleEndian from TargetLowering and redirect to DataLayout
authorMehdi Amini <mehdi.amini@apple.com>
Wed, 8 Jul 2015 01:00:38 +0000 (01:00 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Wed, 8 Jul 2015 01:00:38 +0000 (01:00 +0000)
commit7bcdaa697859e291893c518cda65b947a43a7205
tree5300e64ac73ffb893ea2519c7fe16fa0d47ff462
parent564bfad782a839bdf89d13b01e94bb59588c967f
Remove IsLittleEndian from TargetLowering and redirect to DataLayout

Summary:
This change is part of a series of commits dedicated to have a single
DataLayout during compilation by using always the one owned by the
module.

Reviewers: echristo

Subscribers: llvm-commits, rafael, yaron.keren

Differential Revision: http://reviews.llvm.org/D11017

From: Mehdi Amini <mehdi.amini@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241655 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMInstrInfo.td