diff options
author | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2017-11-29 09:16:37 +0000 |
---|---|---|
committer | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2017-11-29 09:16:37 +0000 |
commit | 66c54414e37699db442c1766c00eeb2a4746a5c0 (patch) | |
tree | 0cf2b78bff8b53cc3d7feba2e4b16dda50ef27c6 /llvm/lib/CodeGen/CodeGenPrepare.cpp | |
parent | 5a546f99ecd0543f5491aaf034ffb9f5d741dfe9 (diff) | |
download | bcm5719-llvm-66c54414e37699db442c1766c00eeb2a4746a5c0.tar.gz bcm5719-llvm-66c54414e37699db442c1766c00eeb2a4746a5c0.zip |
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
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
0 files changed, 0 insertions, 0 deletions