zap fixme.
authorChris Lattner <sabre@nondot.org>
Thu, 4 Mar 2010 01:26:00 +0000 (01:26 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 Mar 2010 01:26:00 +0000 (01:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97705 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/DAGISelMatcherGen.cpp

index 783c470f9b623aeb62b4e24df5284148d5198f93..5488853e83670d5f167e1cd9e8bef82f2e32922c 100644 (file)
@@ -476,10 +476,6 @@ bool MatcherGen::EmitMatcherCode(unsigned Variant) {
   
   // If the pattern has a predicate on it (e.g. only enabled when a subtarget
   // feature is around, do the check).
-  // FIXME: This should get emitted after the match code below to encourage
-  // sharing.  This can't happen until we get an X86ISD::AddrMode node made by
-  // dag combine, eliminating the horrible side-effect-full stuff from 
-  // X86's MatchAddress.
   if (!Pattern.getPredicateCheck().empty())
     AddMatcher(new CheckPatternPredicateMatcher(Pattern.getPredicateCheck()));