Fix Whitespace.
[oota-llvm.git] / include / llvm / Support / DataFlow.h
index 8f79ead1c5338bc8b0c253952e7e649bd363bc28..355c402f542d3533d1287904269dd0f602bc5839 100644 (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;