diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-04 01:26:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-04 01:26:00 +0000 |
commit | 3f0f71955d5ed9d8bd793025f9e9dd4ce221f3a8 (patch) | |
tree | 39de485a44e0cf8d9157df246e295c880119c30d | |
parent | 0e2cedb7625dbc60b72d718769bf56fe68a5285a (diff) | |
download | bcm5719-llvm-3f0f71955d5ed9d8bd793025f9e9dd4ce221f3a8.tar.gz bcm5719-llvm-3f0f71955d5ed9d8bd793025f9e9dd4ce221f3a8.zip |
zap fixme.
llvm-svn: 97705
-rw-r--r-- | llvm/utils/TableGen/DAGISelMatcherGen.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/utils/TableGen/DAGISelMatcherGen.cpp b/llvm/utils/TableGen/DAGISelMatcherGen.cpp index 783c470f9b6..5488853e836 100644 --- a/llvm/utils/TableGen/DAGISelMatcherGen.cpp +++ b/llvm/utils/TableGen/DAGISelMatcherGen.cpp @@ -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())); |