Skip to content

Commit 62862fa

Browse files
Apply suggestion from @arsenm
Co-authored-by: Matt Arsenault <[email protected]>
1 parent 2452edc commit 62862fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ADT/GenericUniformityImpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ template <typename ContextT> class GenericUniformityAnalysisImpl {
428428

429429
// Map containing tracked instruction that can be proven uniform based on its
430430
// operand Uniformity.
431-
llvm::DenseMap<const InstructionT *, InstructionUniformity>
431+
DenseMap<const InstructionT *, InstructionUniformity>
432432
UniformInstruction;
433433

434434
/// \brief Mark \p Term as divergent and push all Instructions that become

0 commit comments

Comments
 (0)