Update a comment to reflect recent changes.
authorDan Gohman <gohman@apple.com>
Wed, 27 Aug 2008 16:18:22 +0000 (16:18 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 27 Aug 2008 16:18:22 +0000 (16:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55418 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/FastISelEmitter.cpp

index 290676ae7a524073d93e33fc8de2996a05bd372e..967054a161236e1dc4cfcfaafcfcb84a966b6977 100644 (file)
@@ -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());