summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-12-08 23:01:43 +0000
committerBill Wendling <isanbard@gmail.com>2010-12-08 23:01:43 +0000
commita7d6aa902a72351c9290f1a928ecf45e38102195 (patch)
tree3deae662a033834ac98c9353a3ffe3bd7e924376 /llvm/lib/Target/ARM/ARMCodeEmitter.cpp
parent7f3e9150d01d132e67d224842d7d0574fd7bc5c2 (diff)
downloadbcm5719-llvm-a7d6aa902a72351c9290f1a928ecf45e38102195.tar.gz
bcm5719-llvm-a7d6aa902a72351c9290f1a928ecf45e38102195.zip
Support the "target" encodings for the CB[N]Z instructions.
llvm-svn: 121308
Diffstat (limited to 'llvm/lib/Target/ARM/ARMCodeEmitter.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMCodeEmitter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMCodeEmitter.cpp b/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
index 4dd1524ba3c..da806f77c52 100644
--- a/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
+++ b/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
@@ -173,6 +173,8 @@ namespace {
const { return 0; }
unsigned getThumbBLTargetOpValue(const MachineInstr &MI, unsigned Op)
const { return 0; }
+ unsigned getThumbBRTargetOpValue(const MachineInstr &MI, unsigned Op)
+ const { return 0; }
unsigned getBranchTargetOpValue(const MachineInstr &MI, unsigned Op)
const { return 0; }
unsigned getCCOutOpValue(const MachineInstr &MI, unsigned Op)
OpenPOWER on IntegriCloud