Skip to content

Commit 55054db

Browse files
authored
[Unifomity] Remove unused PhiInput definition (NFC) (llvm#161116)
This appears to have no users.
1 parent 87bc0f7 commit 55054db

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

llvm/include/llvm/ADT/GenericUniformityImpl.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -408,15 +408,6 @@ template <typename ContextT> class GenericUniformityAnalysisImpl {
408408
const CycleT *);
409409

410410
protected:
411-
/// \brief Value/block pair representing a single phi input.
412-
struct PhiInput {
413-
ConstValueRefT value;
414-
BlockT *predBlock;
415-
416-
PhiInput(ConstValueRefT value, BlockT *predBlock)
417-
: value(value), predBlock(predBlock) {}
418-
};
419-
420411
const ContextT &Context;
421412
const FunctionT &F;
422413
const CycleInfoT &CI;

0 commit comments

Comments
 (0)