Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions llvm/include/llvm/ADT/GenericUniformityImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -408,15 +408,6 @@ template <typename ContextT> class GenericUniformityAnalysisImpl {
const CycleT *);

protected:
/// \brief Value/block pair representing a single phi input.
struct PhiInput {
ConstValueRefT value;
BlockT *predBlock;

PhiInput(ConstValueRefT value, BlockT *predBlock)
: value(value), predBlock(predBlock) {}
};

const ContextT &Context;
const FunctionT &F;
const CycleInfoT &CI;
Expand Down