summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2015-04-15 12:51:28 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2015-04-15 12:51:28 +0000
commit93ea6ab136a6d81c21aea721bee252bb67446393 (patch)
tree92b538c7c2202deb1608d7b99c883bb1ff559408 /llvm/lib
parentbacc5fb4b6feb65b5af9f59b2c83be42891188f1 (diff)
downloadbcm5719-llvm-93ea6ab136a6d81c21aea721bee252bb67446393.tar.gz
bcm5719-llvm-93ea6ab136a6d81c21aea721bee252bb67446393.zip
[msp430] Only support the 'm' inline assembly memory constraint. NFC.
Summary: MSP430 doesn't seem to have any additional constraints. Therefore remove the target hook. No functional change intended. Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D8208 llvm-svn: 235003
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/MSP430/MSP430ISelLowering.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430ISelLowering.h b/llvm/lib/Target/MSP430/MSP430ISelLowering.h
index 68868b6470c..9266c3b19df 100644
--- a/llvm/lib/Target/MSP430/MSP430ISelLowering.h
+++ b/llvm/lib/Target/MSP430/MSP430ISelLowering.h
@@ -102,12 +102,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;
- }
-
/// isTruncateFree - Return true if it's free to truncate a value of type
/// Ty1 to type Ty2. e.g. On msp430 it's free to truncate a i16 value in
/// register R15W to i8 by referencing its sub-register R15B.
OpenPOWER on IntegriCloud