From 833ddf84302aa08d9157b28d37c40ae134a74da6 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 27 Aug 2008 16:18:22 +0000 Subject: [PATCH] Update a comment to reflect recent changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55418 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/FastISelEmitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp index 290676ae7a5..967054a1612 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(Op->getLeafValue());