Comment fix in SelectionDAG.h
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>
Wed, 29 Nov 2017 09:16:37 +0000 (09:16 +0000)
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>
Wed, 29 Nov 2017 09:16:37 +0000 (09:16 +0000)
commit66c54414e37699db442c1766c00eeb2a4746a5c0
tree0cf2b78bff8b53cc3d7feba2e4b16dda50ef27c6
parent5a546f99ecd0543f5491aaf034ffb9f5d741dfe9
Comment fix in SelectionDAG.h

   /// Replace any uses of From with To, leaving
-  /// uses of other values produced by From.Val alone.
+  /// uses of other values produced by From.getNode() alone.
   void ReplaceAllUsesOfValueWith(SDValue From, SDValue To);

(this is what it says in the .cpp file above this method)

llvm-svn: 319301
llvm/include/llvm/CodeGen/SelectionDAG.h