Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Commit cf0b49c

Browse files
author
Dylan McKay
committed
Remove a stale, and a redundant FIXME from AVRInstrInfo.td
1 parent 1684c2c commit cf0b49c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Target/AVR/AVRInstrInfo.td

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,8 +1226,6 @@ isReMaterializable = 1 in
12261226
[(set i16:$dst, (load addr:$memri))]>,
12271227
Requires<[HasSRAM]>;
12281228

1229-
//:FIXME: remove this once PR13375 gets fixed
1230-
// Bug report: https://llvm.org/bugs/show_bug.cgi?id=13375
12311229
let mayLoad = 1,
12321230
hasSideEffects = 0 in
12331231
def LDDWRdYQ : Pseudo<(outs DREGS:$dst),
@@ -1318,7 +1316,6 @@ let Constraints = "$ptrreg = $base_wb,@earlyclobber $base_wb" in
13181316
// ST P+, Rr
13191317
// Stores the value of Rr into the location addressed by pointer P.
13201318
// Post increments P.
1321-
// FIXME: what is `$offs` and is it needed?
13221319
def STPtrPiRr : FSTLD<1,
13231320
0b01,
13241321
(outs LDSTPtrReg:$base_wb),

0 commit comments

Comments
 (0)