diff options
author | Dan Gohman <gohman@apple.com> | 2008-08-27 16:18:22 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-08-27 16:18:22 +0000 |
commit | 6d153b02c9df026c005900c5321bcf3857197a7c (patch) | |
tree | 5b8735b310fa65281118b4c0fb1271f2cc02367a /llvm/utils/TableGen/FastISelEmitter.cpp | |
parent | ec33ed9ced52101dc26bcc8848711ae47d559e75 (diff) | |
download | bcm5719-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.cpp | 2 |
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()); |