OSDN Git Service

[DAGCombine] Remove isAndLoadExtLoad arguments
authorSam Parker <sam.parker@arm.com>
Mon, 4 Dec 2017 09:48:26 +0000 (09:48 +0000)
committerSam Parker <sam.parker@arm.com>
Mon, 4 Dec 2017 09:48:26 +0000 (09:48 +0000)
commit5022455191e0d386d601770f5ea936f6376d21f9
treeaf0e01ed951aa47424682d8d16044810d7dec329
parented043734401e9177d3456b123dfd90282557359b
[DAGCombine] Remove isAndLoadExtLoad arguments

Both LoadedVT and NarrowLoad are passed as references and neither
of them are used by any of its callers.

Differential Revision: https://reviews.llvm.org/D40713

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319645 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp