[PATCH] [sparc] Only support the 'm' inline assembly memory constraint. NFC.
Daniel Sanders
daniel.sanders at imgtec.com
Thu Mar 19 04:28:45 PDT 2015
REPOSITORY
rL LLVM
http://reviews.llvm.org/D8214
Files:
llvm/trunk/lib/Target/Sparc/SparcISelLowering.h
Index: llvm/trunk/lib/Target/Sparc/SparcISelLowering.h
===================================================================
--- llvm/trunk/lib/Target/Sparc/SparcISelLowering.h
+++ llvm/trunk/lib/Target/Sparc/SparcISelLowering.h
@@ -85,12 +85,6 @@
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;
- }
-
bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i32; }
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8214.22250.patch
Type: text/x-patch
Size: 736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150319/46fba38f/attachment.bin>
More information about the llvm-commits
mailing list