[AVR] Remove incorrect comment
authorDylan McKay <dylanmckay34@gmail.com>
Sat, 10 Dec 2016 23:50:30 +0000 (23:50 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Sat, 10 Dec 2016 23:50:30 +0000 (23:50 +0000)
This should've been removed in r289323.

llvm-svn: 289346

llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp

index cb15521..156a21d 100644 (file)
@@ -203,8 +203,6 @@ unsigned AVRDAGToDAGISel::selectIndexedProgMemLoad(const LoadSDNode *LD,
 bool AVRDAGToDAGISel::SelectInlineAsmMemoryOperand(const SDValue &Op,
                                                    unsigned ConstraintCode,
                                                    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 ||
          ConstraintCode == InlineAsm::Constraint_Q &&
       "Unexpected asm memory constraint");