fixme resolved.
authorChris Lattner <sabre@nondot.org>
Mon, 1 Mar 2010 23:08:51 +0000 (23:08 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Mar 2010 23:08:51 +0000 (23:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97517 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/DAGISelMatcherEmitter.cpp

index 36d6f149fdfb9311941ec841b7187dd22f3e223e..f9383d011900ceacf52f4db1070ce71ebbb3083f 100644 (file)
@@ -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";