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 | 833ddf84302aa08d9157b28d37c40ae134a74da6 (patch) | |
tree | 6cd8900333d135d165970c12618ef60f026904d6 | |
parent | ebe1dbabc18c0d5f080392b0ec574cd638ec41e7 (diff) |
Update a comment to reflect recent changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55418 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | utils/TableGen/FastISelEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp index 290676ae7a..967054a161 100644 --- a/utils/TableGen/FastISelEmitter.cpp +++ b/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()); |