forked from OSchip/llvm-project
[AVR] Remove incorrect comment
This should've been removed in r289323. llvm-svn: 289346
This commit is contained in:
parent
cdd3603c04
commit
658bb0964a
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue