Skip to content

Commit 5193eda

Browse files
Address a comment.
1 parent 6c89520 commit 5193eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUWaitSGPRHazards.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ class AMDGPUWaitSGPRHazards {
384384
}
385385
}
386386

387-
auto &BS = BlockState[&MBB];
387+
BlockHazardState &BS = BlockState[&MBB];
388388
bool Changed = State != BS.Out;
389389
if (Emit) {
390390
assert(!Changed && "Hazard state should not change on emit pass");

0 commit comments

Comments
 (0)