1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

zap fixme.

llvm-svn: 97705
This commit is contained in:
Chris Lattner 2010-03-04 01:26:00 +00:00
parent 72df178091
commit cf09c9dcef

View 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()));