summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/DAGISelEmitter.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-12-19 01:46:09 +0000
committerDan Gohman <gohman@apple.com>2009-12-19 01:46:09 +0000
commitb0da63da1e8c75d25e82445ec146627c9db08df6 (patch)
treec03f90a9f4f965513c82726a22e7a1913557da58 /llvm/utils/TableGen/DAGISelEmitter.cpp
parentdd3e9aaad39ae196f5f372be4f80fe8c5046dbfa (diff)
downloadbcm5719-llvm-b0da63da1e8c75d25e82445ec146627c9db08df6.tar.gz
bcm5719-llvm-b0da63da1e8c75d25e82445ec146627c9db08df6.zip
Fix a comment.
llvm-svn: 91741
Diffstat (limited to 'llvm/utils/TableGen/DAGISelEmitter.cpp')
-rw-r--r--llvm/utils/TableGen/DAGISelEmitter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/DAGISelEmitter.cpp b/llvm/utils/TableGen/DAGISelEmitter.cpp
index 66debe2e1de..a901fd0f128 100644
--- a/llvm/utils/TableGen/DAGISelEmitter.cpp
+++ b/llvm/utils/TableGen/DAGISelEmitter.cpp
@@ -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)) {
OpenPOWER on IntegriCloud