forked from OSchip/llvm-project
parent
d791d8e427
commit
c7031d0244
|
@ -7,6 +7,8 @@
|
|||
#ifndef LLVM_ANALYSIS_DSNODE_H
|
||||
#define LLVM_ANALYSIS_DSNODE_H
|
||||
|
||||
#include "llvm/Analysis/DSSupport.h"
|
||||
|
||||
template<typename BaseType>
|
||||
class DSNodeIterator; // Data structure graph traversal iterator
|
||||
|
||||
|
|
Loading…
Reference in New Issue