1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

[AMDGPU] Fix typo in comment

This commit is contained in:
Jay Foad 2021-05-18 10:15:49 +01:00
parent 7c3bc9a426
commit 003e5f2323

View File

@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
//
// This is a variant of the UnifyDivergentExitNodes pass. Rather than ensuring
// This is a variant of the UnifyFunctionExitNodes pass. Rather than ensuring
// there is at most one ret and one unreachable instruction, it ensures there is
// at most one divergent exiting block.
//