OSDN Git Service

[ARM] Remove code handling ADDC/ADDE/SUBC/SUBE
authorAmaury Sechet <deadalnix@gmail.com>
Wed, 30 May 2018 13:45:43 +0000 (13:45 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Wed, 30 May 2018 13:45:43 +0000 (13:45 +0000)
commita0bb0ca79d16586c9ffc4c77a1947ca38078f243
tree8cf4d8e92f70925c04dc5fa031386be6216439f9
parent93c2d96597bfc60049a7464d9b8e82765f348053
[ARM] Remove code handling ADDC/ADDE/SUBC/SUBE

Summary: This code is now dead as the ARM backend uses ADDCARRY/SUBCARRY/SETCCCARRY .

Reviewers: rogfer01, efriedma, rengolin, javed.absar

Subscribers: kristof.beyls, chrib, llvm-commits

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

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