[PATCH] D75595: [AVR][NFC] Use Register instead of unsigned

Dylan McKay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 02:20:27 PST 2020


dylanmckay accepted this revision.
dylanmckay added a comment.
This revision is now accepted and ready to land.

Approved so long as the one-character indentation issue is fixed prior to commit.

I hadn't seen this class. nice.



================
Comment at: llvm/lib/Target/AVR/AVRRegisterInfo.cpp:99
+static void foldFrameOffset(MachineBasicBlock::iterator &II, int &Offset,
+                            Register DstReg) {
   MachineInstr &MI = *II;
----------------
Fix off-by-one space indentation


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75595/new/

https://reviews.llvm.org/D75595





More information about the llvm-commits mailing list