summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMCodeEmitter.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-12-01 21:54:50 +0000
committerBill Wendling <isanbard@gmail.com>2010-12-01 21:54:50 +0000
commitcf590263cd5c24ccf1d08cef612738d99cd980d9 (patch)
treef287dea603fdaab62a407de91ba1d1c4f072b53e /lib/Target/ARM/ARMCodeEmitter.cpp
parent5177f79c378b47e38bed5ac05ba4b597f31b864e (diff)
downloadllvm-cf590263cd5c24ccf1d08cef612738d99cd980d9.tar.gz
llvm-cf590263cd5c24ccf1d08cef612738d99cd980d9.tar.bz2
llvm-cf590263cd5c24ccf1d08cef612738d99cd980d9.tar.xz
Add a post encoder method to the VFP instructions to convert them to the Thumb2
encoding if we're in that mode. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120608 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMCodeEmitter.cpp')
-rw-r--r--lib/Target/ARM/ARMCodeEmitter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMCodeEmitter.cpp b/lib/Target/ARM/ARMCodeEmitter.cpp
index 797bedd2c6..e253a865a0 100644
--- a/lib/Target/ARM/ARMCodeEmitter.cpp
+++ b/lib/Target/ARM/ARMCodeEmitter.cpp
@@ -167,6 +167,8 @@ namespace {
const { return 0; }
unsigned NEONThumb2DupPostEncoder(const MachineInstr &MI,unsigned Val)
const { return 0; }
+ unsigned VFPThumb2PostEncoder(const MachineInstr&MI, unsigned Val)
+ const { return 0; }
unsigned getAdrLabelOpValue(const MachineInstr &MI, unsigned Op)
const { return 0; }
unsigned getBranchTargetOpValue(const MachineInstr &MI, unsigned Op)