Fix build of DataFlow.h

llvm-svn: 110193
This commit is contained in:
Torok Edwin 2010-08-04 09:30:20 +00:00
parent 227c4f64ac
commit 7cc5e5f017

View File

@ -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;