summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/FastISelEmitter.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-08-27 16:18:22 +0000
committerDan Gohman <gohman@apple.com>2008-08-27 16:18:22 +0000
commit6d153b02c9df026c005900c5321bcf3857197a7c (patch)
tree5b8735b310fa65281118b4c0fb1271f2cc02367a /llvm/utils/TableGen/FastISelEmitter.cpp
parentec33ed9ced52101dc26bcc8848711ae47d559e75 (diff)
downloadbcm5719-llvm-6d153b02c9df026c005900c5321bcf3857197a7c.tar.gz
bcm5719-llvm-6d153b02c9df026c005900c5321bcf3857197a7c.zip
Update a comment to reflect recent changes.
llvm-svn: 55418
Diffstat (limited to 'llvm/utils/TableGen/FastISelEmitter.cpp')
-rw-r--r--llvm/utils/TableGen/FastISelEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/FastISelEmitter.cpp b/llvm/utils/TableGen/FastISelEmitter.cpp
index 290676ae7a5..967054a1612 100644
--- a/llvm/utils/TableGen/FastISelEmitter.cpp
+++ b/llvm/utils/TableGen/FastISelEmitter.cpp
@@ -96,7 +96,7 @@ struct OperandsSignature {
Operands.push_back("f");
return true;
}
- // For now, ignore fpimm and other non-leaf nodes.
+ // For now, ignore other non-leaf nodes.
return false;
}
DefInit *OpDI = dynamic_cast<DefInit*>(Op->getLeafValue());
OpenPOWER on IntegriCloud