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
6 changes: 1 addition & 5 deletions llvm/include/llvm/ADT/GenericUniformityImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ template <typename ContextT> class GenericSyncDependenceAnalysis {
const DivergenceDescriptor &getJoinBlocks(const BlockT *DivTermBlock);

private:
static DivergenceDescriptor EmptyDivergenceDesc;
static inline DivergenceDescriptor EmptyDivergenceDesc;

ModifiedPO CyclePO;

Expand Down Expand Up @@ -741,10 +741,6 @@ template <typename ContextT> class DivergencePropagator {
}
};

template <typename ContextT>
typename llvm::GenericSyncDependenceAnalysis<ContextT>::DivergenceDescriptor
llvm::GenericSyncDependenceAnalysis<ContextT>::EmptyDivergenceDesc;

template <typename ContextT>
llvm::GenericSyncDependenceAnalysis<ContextT>::GenericSyncDependenceAnalysis(
const ContextT &Context, const DominatorTreeT &DT, const CycleInfoT &CI)
Expand Down
Loading