Skip to content

Commit 6dfe7ff

Browse files
mkarigansys_zuul
authored andcommitted
Follow up for hash movs , minor bug fix
Change-Id: I06b667836913ce7dbd2176caa403812b57ce95d8
1 parent 862d1d9 commit 6dfe7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/Compiler/CISACodeGen/CISABuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3671,7 +3671,7 @@ namespace IGC
36713671
QWORD NosHash = { 0 };
36723672
NosHash = context->hash.getNosHash();
36733673
QWORD PsoHash = { 0 };
3674-
PsoHash = context->hash.getNosHash();
3674+
PsoHash = context->hash.getPsoHash();
36753675
QWORD hashToUse = NosHash != 0 ? NosHash : PsoHash;
36763676
if (hashToUse)
36773677
{

0 commit comments

Comments
 (0)