[AVR] Remove incorrect comment

This should've been removed in r289323.

llvm-svn: 289346
This commit is contained in:
Dylan McKay 2016-12-10 23:50:30 +00:00
parent cdd3603c04
commit 658bb0964a
1 changed files with 0 additions and 2 deletions

View File

@ -203,8 +203,6 @@ unsigned AVRDAGToDAGISel::selectIndexedProgMemLoad(const LoadSDNode *LD,
bool AVRDAGToDAGISel::SelectInlineAsmMemoryOperand(const SDValue &Op, bool AVRDAGToDAGISel::SelectInlineAsmMemoryOperand(const SDValue &Op,
unsigned ConstraintCode, unsigned ConstraintCode,
std::vector<SDValue> &OutOps) { std::vector<SDValue> &OutOps) {
// Yes hardcoded 'm' symbol. Just because it also has been hardcoded in
// SelectionDAGISel (callee for this method).
assert(ConstraintCode == InlineAsm::Constraint_m || assert(ConstraintCode == InlineAsm::Constraint_m ||
ConstraintCode == InlineAsm::Constraint_Q && ConstraintCode == InlineAsm::Constraint_Q &&
"Unexpected asm memory constraint"); "Unexpected asm memory constraint");