Skip to content

Commit 7dc79da

Browse files
committed
fix comment length
1 parent 938ee7a commit 7dc79da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AVR/AVRISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,8 +1114,8 @@ bool AVRTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op,
11141114
if (AVR::isProgramMemoryAccess(LD))
11151115
return false;
11161116

1117-
// FIXME: We temporarily apply a test which prevents generating incorrect code
1118-
// (see https://github.com/llvm/llvm-project/issues/143247 )
1117+
// FIXME: We temporarily apply a test which prevents generating incorrect
1118+
// code (see https://github.com/llvm/llvm-project/issues/143247 )
11191119
// until we determined and fixed the root cause.
11201120
if (Op->getOperand(0)->hasOneUse())
11211121
return false;

0 commit comments

Comments
 (0)