mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-20 20:30:56 +00:00
Fix build of DataFlow.h
llvm-svn: 110193
This commit is contained in:
parent
227c4f64ac
commit
7cc5e5f017
@ -25,7 +25,7 @@ namespace llvm {
|
||||
|
||||
template <> struct GraphTraits<const Value*> {
|
||||
typedef const Value NodeType;
|
||||
typedef Value::use_const_iterator ChildIteratorType;
|
||||
typedef Value::const_use_iterator ChildIteratorType;
|
||||
|
||||
static NodeType *getEntryNode(const Value *G) {
|
||||
return G;
|
||||
|
Loading…
x
Reference in New Issue
Block a user