Improve comment
This commit is contained in:
parent
dc8c54ee62
commit
63c9166d7c
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ namespace Ryujinx.Graphics.Shader.Translation.Optimizations
|
|||
}
|
||||
}
|
||||
|
||||
// If all sources but one are all undefined, we can assume that the one
|
||||
// If all sources but one are undefined, we can assume that the one
|
||||
// that is not undefined is the right one.
|
||||
|
||||
if (undefCount == phiNode.SourcesCount - 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue