[llvm-commits] [llvm] r55418 - /llvm/trunk/utils/TableGen/FastISelEmitter.cpp
Dan Gohman
gohman at apple.com
Wed Aug 27 09:18:28 PDT 2008
Author: djg
Date: Wed Aug 27 11:18:22 2008
New Revision: 55418
URL: http://llvm.org/viewvc/llvm-project?rev=55418&view=rev
Log:
Update a comment to reflect recent changes.
Modified:
llvm/trunk/utils/TableGen/FastISelEmitter.cpp
Modified: llvm/trunk/utils/TableGen/FastISelEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/FastISelEmitter.cpp?rev=55418&r1=55417&r2=55418&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/FastISelEmitter.cpp (original)
+++ llvm/trunk/utils/TableGen/FastISelEmitter.cpp Wed Aug 27 11:18:22 2008
@@ -96,7 +96,7 @@
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());
More information about the llvm-commits
mailing list