[llvm] r289346 - [AVR] Remove incorrect comment

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 10 15:50:30 PST 2016


Author: dylanmckay
Date: Sat Dec 10 17:50:30 2016
New Revision: 289346

URL: http://llvm.org/viewvc/llvm-project?rev=289346&view=rev
Log:
[AVR] Remove incorrect comment

This should've been removed in r289323.

Modified:
    llvm/trunk/lib/Target/AVR/AVRISelDAGToDAG.cpp

Modified: llvm/trunk/lib/Target/AVR/AVRISelDAGToDAG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AVR/AVRISelDAGToDAG.cpp?rev=289346&r1=289345&r2=289346&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AVR/AVRISelDAGToDAG.cpp (original)
+++ llvm/trunk/lib/Target/AVR/AVRISelDAGToDAG.cpp Sat Dec 10 17:50:30 2016
@@ -203,8 +203,6 @@ unsigned AVRDAGToDAGISel::selectIndexedP
 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");




More information about the llvm-commits mailing list