Fix a comment.
authorDan Gohman <gohman@apple.com>
Sat, 19 Dec 2009 01:46:09 +0000 (01:46 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 19 Dec 2009 01:46:09 +0000 (01:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91741 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/DAGISelEmitter.cpp

index 66debe2e1deb8775bda2feae2709533a254a89b7..a901fd0f1285021c23da4ecb70614c6b64c6ccfa 100644 (file)
@@ -1292,8 +1292,8 @@ public:
       // possible and it avoids CSE map recalculation for the node's
       // users, however it's tricky to use in a non-root context.
       //
-      // We also don't use if the pattern replacement is being used to
-      // jettison a chain result, since morphing the node in place
+      // We also don't use SelectNodeTo if the pattern replacement is being
+      // used to jettison a chain result, since morphing the node in place
       // would leave users of the chain dangling.
       //
       if (!isRoot || (InputHasChain && !NodeHasChain)) {