[x86] Replace the long spelling of getting a bitcast with the new short
[oota-llvm.git] / lib / Target / XCore / XCoreISelLowering.h
index 0032b056c3c943d1794da05d15bfb0213fe53bb1..22014ed4bac6c7e2f1ebcd7d001c2eaff0e19190 100644 (file)
@@ -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;