]> granicus.if.org Git - llvm/commit
[NFC] Add a static function to do the endian check
authorQingShan Zhang <qshanz@cn.ibm.com>
Wed, 8 May 2019 07:21:37 +0000 (07:21 +0000)
committerQingShan Zhang <qshanz@cn.ibm.com>
Wed, 8 May 2019 07:21:37 +0000 (07:21 +0000)
commit1fa3bc2cb6cedcc1f68065068e568b3e17cb7d7c
tree1bc8e38612343821433302e90eed56a45c953a80
parent43d7d5177a57a777c08e4a4fdc1e6030a41656ad
[NFC] Add a static function to do the endian check
Add a new function to do the endian check, as I will commit another patch later, which will also need the endian check.

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

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