OSDN Git Service

Pseudo-ize the Thumb tPOP_RET instruction.
authorJim Grosbach <grosbach@apple.com>
Thu, 30 Jun 2011 17:34:04 +0000 (17:34 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 30 Jun 2011 17:34:04 +0000 (17:34 +0000)
commit4629d505011d6d88ce181985005761df0dd3cbef
treea9150327000645387c81983df84f867b86b96b0b
parentef17e01725740a91bd12723520f6edb2f12526d2
Pseudo-ize the Thumb tPOP_RET instruction.

It's just a tPOP instruction with additional code-gen properties, so it
doesn't need encoding information.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134172 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMInstrThumb.td
utils/TableGen/ARMDecoderEmitter.cpp