mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-28 17:06:31 +00:00
[AVR] Remove incorrect comment
This should've been removed in r289323. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289346 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
df9e980077
commit
8c11e2cda6
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user