We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb7f09 commit 1d9207fCopy full SHA for 1d9207f
llvm/lib/CodeGen/TailDuplicator.cpp
@@ -199,7 +199,7 @@ bool TailDuplicator::tailDuplicateAndUpdate(
199
200
// Update SSA form.
201
if (!SSAUpdateVRs.empty()) {
202
- for (unsigned VReg : SSAUpdateVRs) {
+ for (Register VReg : SSAUpdateVRs) {
203
SSAUpdate.Initialize(VReg);
204
205
// If the original definition is still around, add it as an available
0 commit comments