mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 09:22:31 +00:00
zap fixme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97705 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9752fb10a4
commit
6b4ae71725
@ -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()));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user