[llvm-commits] [llvm] r97517 - /llvm/trunk/utils/TableGen/DAGISelMatcherEmitter.cpp
Chris Lattner
sabre at nondot.org
Mon Mar 1 15:08:51 PST 2010
Author: lattner
Date: Mon Mar 1 17:08:51 2010
New Revision: 97517
URL: http://llvm.org/viewvc/llvm-project?rev=97517&view=rev
Log:
fixme resolved.
Modified:
llvm/trunk/utils/TableGen/DAGISelMatcherEmitter.cpp
Modified: llvm/trunk/utils/TableGen/DAGISelMatcherEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/DAGISelMatcherEmitter.cpp?rev=97517&r1=97516&r2=97517&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/DAGISelMatcherEmitter.cpp (original)
+++ llvm/trunk/utils/TableGen/DAGISelMatcherEmitter.cpp Mon Mar 1 17:08:51 2010
@@ -539,9 +539,6 @@
void MatcherTableEmitter::EmitPredicateFunctions(const CodeGenDAGPatterns &CGP,
formatted_raw_ostream &OS) {
- // FIXME: Don't build off the DAGISelEmitter's predicates, emit them directly
- // here into the case stmts.
-
// Emit pattern predicates.
if (!PatternPredicates.empty()) {
OS << "bool CheckPatternPredicate(unsigned PredNo) const {\n";
More information about the llvm-commits
mailing list