aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
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
commit48f6cdaa4cdb5d06added61ff85e2c712a27048f (patch)
tree6cd8900333d135d165970c12618ef60f026904d6 /utils/TableGen
parent0b3e10904d0623b3ea365c22b12e81c52b4d7df5 (diff)
downloadexternal_llvm-48f6cdaa4cdb5d06added61ff85e2c712a27048f.zip
external_llvm-48f6cdaa4cdb5d06added61ff85e2c712a27048f.tar.gz
external_llvm-48f6cdaa4cdb5d06added61ff85e2c712a27048f.tar.bz2
Update a comment to reflect recent changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55418 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen')
-rw-r--r--utils/TableGen/FastISelEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp
index 290676a..967054a 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());