From: Chris Lattner Date: Mon, 1 Mar 2010 23:08:51 +0000 (+0000) Subject: fixme resolved. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8b30b8dd3366dce0bc486376eed221148a9ce1dd;p=oota-llvm.git fixme resolved. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97517 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/DAGISelMatcherEmitter.cpp b/utils/TableGen/DAGISelMatcherEmitter.cpp index 36d6f149fdf..f9383d01190 100644 --- a/utils/TableGen/DAGISelMatcherEmitter.cpp +++ b/utils/TableGen/DAGISelMatcherEmitter.cpp @@ -539,9 +539,6 @@ EmitMatcherList(const Matcher *N, unsigned Indent, unsigned CurrentIdx, 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";