diff options
| author | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-05-15 12:32:16 +0000 |
|---|---|---|
| committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-05-15 12:32:16 +0000 |
| commit | 734400b46ae788fb3585ce4dba4f2bb9f769c760 (patch) | |
| tree | e87308638cf22879da86bd3ac65534c2ebf13df8 /llvm | |
| parent | 4ac75ba4496f6b84ee55dffadb49ada80be3ba8e (diff) | |
| download | bcm5719-llvm-734400b46ae788fb3585ce4dba4f2bb9f769c760.tar.gz bcm5719-llvm-734400b46ae788fb3585ce4dba4f2bb9f769c760.zip | |
[xcore] Only support the 'm' inline assembly memory constraint. NFC.
Summary:
XCore doesn't seem to have any additional constraints. Therefore remove
the target hook.
No functional change intended.
Reviewers: friedgold
Reviewed By: friedgold
Subscribers: friedgold, llvm-commits
Differential Revision: http://reviews.llvm.org/D8921
llvm-svn: 237442
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Target/XCore/XCoreISelLowering.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Target/XCore/XCoreISelLowering.h b/llvm/lib/Target/XCore/XCoreISelLowering.h index 0032b056c3c..22014ed4bac 100644 --- a/llvm/lib/Target/XCore/XCoreISelLowering.h +++ b/llvm/lib/Target/XCore/XCoreISelLowering.h @@ -177,12 +177,6 @@ namespace llvm { const std::string &Constraint, MVT VT) const override; - unsigned getInlineAsmMemConstraint( - const std::string &ConstraintCode) const override { - // FIXME: Map different constraints differently. - return InlineAsm::Constraint_m; - } - // Expand specifics SDValue TryExpandADDWithMul(SDNode *Op, SelectionDAG &DAG) const; SDValue ExpandADDSUB(SDNode *Op, SelectionDAG &DAG) const; |

