It looks like some time in the past, constraint codes were changed from
chars being passed around to enums.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289323
91177308-0d34-0410-b5e6-
96231b3b80d8
std::vector<SDValue> &OutOps) {
// Yes hardcoded 'm' symbol. Just because it also has been hardcoded in
// SelectionDAGISel (callee for this method).
- assert(ConstraintCode == 'm' && "Unexpected asm memory constraint");
+ assert(ConstraintCode == InlineAsm::Constraint_m && "Unexpected asm memory constraint");
MachineRegisterInfo &RI = MF->getRegInfo();
const AVRSubtarget &STI = MF->getSubtarget<AVRSubtarget>();