Skip to content

Commit

Permalink
[WAW reg] fixup removed uint
Browse files Browse the repository at this point in the history
  • Loading branch information
F-Stuckmann authored and martien-de-jong committed Oct 24, 2024
1 parent d70e516 commit bb7ca7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AIE/AIEWawRegRewriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ AIEWawRegRewriter::getVRegWithCopies(const MachineBasicBlock &MBB) const {
// a running list of VRegWithCopies across various MBBs.

SmallVector<unsigned, 16> VRegs;
uint MaxVReg = 0;
unsigned MaxVReg = 0;
for (const MachineInstr &MI : MBB) {
for (const MachineOperand Def : MI.defs()) {
Register Reg = Def.getReg();
Expand Down

0 comments on commit bb7ca7b

Please sign in to comment.