Skip to content

Commit 1d9207f

Browse files
committed
[TailDuplicator] Use Register. NFC
1 parent 2fb7f09 commit 1d9207f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/TailDuplicator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ bool TailDuplicator::tailDuplicateAndUpdate(
199199

200200
// Update SSA form.
201201
if (!SSAUpdateVRs.empty()) {
202-
for (unsigned VReg : SSAUpdateVRs) {
202+
for (Register VReg : SSAUpdateVRs) {
203203
SSAUpdate.Initialize(VReg);
204204

205205
// If the original definition is still around, add it as an available

0 commit comments

Comments
 (0)