From 658bb0964a74d86ee71bb0fd53ba6684b7be3567 Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Sat, 10 Dec 2016 23:50:30 +0000 Subject: [PATCH] [AVR] Remove incorrect comment This should've been removed in r289323. llvm-svn: 289346 --- llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp b/llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp index cb15521..156a21d 100644 --- a/llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp +++ b/llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp @@ -203,8 +203,6 @@ unsigned AVRDAGToDAGISel::selectIndexedProgMemLoad(const LoadSDNode *LD, bool AVRDAGToDAGISel::SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintCode, std::vector &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"); -- 2.7.4